Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 369 Bytes

File metadata and controls

18 lines (15 loc) · 369 Bytes

Image Binarization

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.

Dependencies

  1. g++
  2. cmake
  3. make
  4. OpenCV

Building

mkdir build
cd build
cmake ..
make