Basic Segmentation Tutorial. Damiles Blog.
This source code is not for professional uses, this is for educational uses, and describe the common technics segment image in different blobs, and extract contours and features
For more info about this see: http://blog.damiles.com/2010/12/segmentation-and-feature-extraction-contours-and-blob-detection/
- OpenCV
- CMake
mkdir build
cd build
cmake ../
make
./seg_tutorial image_to_process
There are different images in img folder to test demo.