Changes between Version 17 and Version 18 of GSoC/2016/Additional_segmentation_algorithms/mean_shift


Ignore:
Timestamp:
Sep 13, 2016, 9:28:11 AM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v17 v18  
    192192In the zoomed-in image, adaptive bandwidth enhanced the result significantly. Because range bandwidth is the most important parameter for mean shift.
    193193
     194== Segmentation of multi-bands landsat image ==
     195
     196{{{i.group group=lsat_Mult_bands input=lsat7_2002_50,lsat7_2002_40,lsat7_2002_30,lsat7_2002_20,lsat7_2002_10}}}
     197
     198
     199{{{g.region raster=lsat7_2002_40 -p}}}
     200
     201
     202{{{i.segment --o group=lsat_Mult_bands threshold=0.01 output=testout_ms_group3 method=mean_shift -a -p}}}
     203
     204[[Image(MultiBands_MS_Fig7.jpg​)]]
     205
    194206= REFERENCES =
    195207[1] http://stackoverflow.com/questions/4831813/image-segmentation-using-mean-shift-explained [[BR]]