This document is archived and information here might be outdated.  Recommended version.


ISegmentMeanShiftFunctionArguments Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISegmentMeanShiftFunctionArguments Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AddedFrameWidth Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Read/write property BoundariesOnly Output segment boundaries only. All other pixel invalid.
Read/write property MinNumPixelsPerSegment Segments smaller than this get merged with best fitting neighbor segment.
Read/write property NumThreadsToUse Number of threads to use. Optional. Default is 50% of available cores.
Read/write property Raster The input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band.
Read/write property SpatialDetail The spatial detail. Range [1..20]. Radius=22 - detail.
Read/write property SpatialRadius The radius for mean computation, spatial part.
Read/write property SpectralDetail The spectral detail. Range [1..20]. Radius=22 - detail.
Read/write property SpectralRadius The radius for mean computation, spectral part.

CoClasses that implement ISegmentMeanShiftFunctionArguments

CoClasses and Classes Description
SegmentMeanShiftFunctionArguments