Changes between Version 17 and Version 18 of GSoC/2016/Additional_segmentation_algorithms/mean_shift
- Timestamp:
- 09/13/16 09:28:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GSoC/2016/Additional_segmentation_algorithms/mean_shift
v17 v18 192 192 In the zoomed-in image, adaptive bandwidth enhanced the result significantly. Because range bandwidth is the most important parameter for mean shift. 193 193 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 194 206 = REFERENCES = 195 207 [1] http://stackoverflow.com/questions/4831813/image-segmentation-using-mean-shift-explained [[BR]]