Image Binarization using OpenCV image processing library.
The OpenCV core library is used to read and write the image files. The highgui library is used to display the output. The ml libraries are used to cluster the image for segmentation.
- g++
- cmake
- make
- OpenCV
mkdir build
cd build
cmake ..
make