Changes between Version 7 and Version 8 of GSoC/2016/Additional_segmentation_algorithms/mean_shift
- Timestamp:
- 09/08/16 13:27:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/Additional_segmentation_algorithms/mean_shift
v7 v8 142 142 143 143 144 = NOTES = 145 == Minimum segment size == 146 Considering that the result of clumping is in line with the logic of adaptive bandwidth, minimum segment size should be >1 when using adaptive bandwidth, this would connect the border cells to the appropriate segments. Such a message could be added for mean shift + adaptive bandwidth + minimum segment size = 1. 147 148 = EXAMPLES = 149 150 144 151 [1] http://stackoverflow.com/questions/4831813/image-segmentation-using-mean-shift-explained [[BR]] 145 152 [2] Adams, Rolf, and Leanne Bischof. "Seeded region growing." IEEE Transactions on pattern analysis and machine intelligence 16.6 (1994): 641-647[[BR]] … … 147 154 [4]Wang, Yu-Hsiang. "Tutorial: Image Segmentation." National Taiwan University, Taipei (2010): 1-36.[[BR]] 148 155 156