Make sure you have g++, OpenCV, cmake etc. installed in your system.
- Run 'cmake .' or 'cmake ..' depending on where you want to build Makefile (prefer building in a seperate 'build' directory).
- Run 'make'.
- Run the executable and pass the image file as argument.
- For fine-tuning the code, modify the source file.