Implemented histogram matching

This commit is contained in:
2018-09-04 21:05:31 +01:00
commit c5fb1155ae
2 changed files with 134 additions and 0 deletions

3
Build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
g++ --std=c++17 -lopencv_core -lopencv_imgproc -lopencv_imgcodecs Solver.cpp -O3 -o Solver