- Category:
- Graph program
- Tags:
-
[Text]
- File Size:
- 5kb
- Update:
- 2013-08-10
- Downloads:
- 0 Times
- Uploaded by:
- 张涛
Description: Region growing algorithms have proven to be an effective approach for image segmentation.
The basic approach of a region growing algorithm is to start from a seed region (typically one or
more pixels) that are considered to be inside the object to besegmented. The pixels neighboring
this region are evaluated to determine if they should also be considered part of the object. If
so, they are added to the region and the process continues as long as new pixels are added to
the region. Region growing algorithms vary depending on thecriteria used to decide whether a
pixel should be included in the region or not, the type connectivity used to determine neighbors,
and the strategy used to visit neighboring pixels.
To Search:
File list (Check if you may need any files):
CMakeLists.txt
ConnectedThresholdImageFilter.cxx