Skip to content

damiles/Segmentation-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Segmentation Tutorial

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/

Requirements

  • OpenCV
  • CMake

Compilation

mkdir build
cd build
cmake ../
make

Running demo

./seg_tutorial image_to_process

There are different images in img folder to test demo.

About

OpenCV Segmentation Tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages