This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.MinNumPixelsPerSegment Property (ArcObjects .NET 10.4 SDK) |
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