Changes between Version 7 and Version 8 of GSoC/2016/Additional_segmentation_algorithms/mean_shift


Ignore:
Timestamp:
Sep 8, 2016, 1:27:34 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/Additional_segmentation_algorithms/mean_shift

    v7 v8  
    142142
    143143
     144= NOTES =
     145== Minimum segment size ==
     146Considering 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
    144151[1] http://stackoverflow.com/questions/4831813/image-segmentation-using-mean-shift-explained [[BR]]
    145152[2] Adams, Rolf, and Leanne Bischof. "Seeded region growing." IEEE Transactions on pattern analysis and machine intelligence 16.6 (1994): 641-647[[BR]]
     
    147154[4]Wang, Yu-Hsiang. "Tutorial: Image Segmentation." National Taiwan University, Taipei (2010): 1-36.[[BR]]
    148155
     156