Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program
Title: Segmentation Download
 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.
 Downloaders recently: [More information of uploader 张涛]
 To Search:
File list (Check if you may need any files):
 

CMakeLists.txt
ConnectedThresholdImageFilter.cxx
    

CodeBus www.codebus.net