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


ISegmentMeanShiftFunctionArguments.MinNumPixelsPerSegment Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISegmentMeanShiftFunctionArguments.MinNumPixelsPerSegment Property

Segments smaller than this get merged with best fitting neighbor segment.

[Visual Basic .NET]
Public Property MinNumPixelsPerSegment As Integer
[C#]
public int MinNumPixelsPerSegment {get; set;}
[C++]
HRESULT get_MinNumPixelsPerSegment(
  long* pMinNumPixelsPerSegment
);
[C++]
HRESULT put_MinNumPixelsPerSegment(
  long pMinNumPixelsPerSegment
);
[C++]

Parameters pMinNumPixelsPerSegment [out, retval] pMinNumPixelsPerSegment is a parameter of type long pMinNumPixelsPerSegment [in] pMinNumPixelsPerSegment is a parameter of type long

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface