Changes between Version 10 and Version 11 of GSoC/2016/Additional_segmentation_algorithms/mean_shift


Ignore:
Timestamp:
Sep 12, 2016, 1:58:37 PM (8 years ago)
Author:
hao2309
Comment:

--

Legend:

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

    v10 v11  
    154154
    155155= EXAMPLES =
     156== Segmentation of single band panchromatic image ==
     157This example uses the panchromatic image inluded in the NC sample dataset.
     158Set up an imagery gourp:
     159{{{i.group group=singleband input=lsat7_2002_80}}}
    156160
     161{{{g.region raster=lsat7_2002_80 -p}}}
     162
     163{{{i.segment --o group=singleband  output=lsat7_2002_80_MM_min1 method=mean_shift thresh=0.01}}}
    157164
    158165[1] http://stackoverflow.com/questions/4831813/image-segmentation-using-mean-shift-explained [[BR]]