Members
| Name | Description | |
|---|---|---|
|  | AddedFrameWidth | Width of safety frame added around pixel block, in pixel. Optional. Default is 128. | 
|  | BoundariesOnly | Output segment boundaries only. All other pixel invalid. | 
|  | MinNumPixelsPerSegment | Segments smaller than this get merged with best fitting neighbor segment. | 
|  | NumThreadsToUse | Number of threads to use. Optional. Default is 50% of available cores. | 
|  | Raster | The input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band. | 
|  | SpatialDetail | The spatial detail. Range [1..20]. Radius = 22 - detail. | 
|  | SpatialRadius | The radius for mean computation, spatial part. | 
|  | SpectralDetail | The spectral detail. Range [1..20]. Radius = 22 - detail. | 
|  | SpectralRadius | The radius for mean computation, spectral part. | 
ISegmentMeanShiftFunctionArguments.AddedFrameWidth Property
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Public Property AddedFrameWidth As Integer
public int AddedFrameWidth {get; set;}
ISegmentMeanShiftFunctionArguments.BoundariesOnly Property
Output segment boundaries only. All other pixel invalid.
Public Property BoundariesOnly As Boolean
public bool BoundariesOnly {get; set;}
ISegmentMeanShiftFunctionArguments.MinNumPixelsPerSegment Property
Segments smaller than this get merged with best fitting neighbor segment.
Public Property MinNumPixelsPerSegment As Integer
public int MinNumPixelsPerSegment {get; set;}
ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property
Number of threads to use. Optional. Default is 50% of available cores.
Public Property NumThreadsToUse As Integer
public int NumThreadsToUse {get; set;}
ISegmentMeanShiftFunctionArguments.Raster Property
The input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band.
Public Property Raster As Object
public object Raster {get; set;}
ISegmentMeanShiftFunctionArguments.SpatialDetail Property
The spatial detail. Range [1..20]. Radius = 22 - detail.
Public Property SpatialDetail As Integer
public int SpatialDetail {get; set;}
ISegmentMeanShiftFunctionArguments.SpatialRadius Property
The radius for mean computation, spatial part.
Public Property SpatialRadius As Integer
public int SpatialRadius {get; set;}
ISegmentMeanShiftFunctionArguments.SpectralDetail Property
The spectral detail. Range [1..20]. Radius = 22 - detail.
Public Property SpectralDetail As Double
public double SpectralDetail {get; set;}
ISegmentMeanShiftFunctionArguments.SpectralRadius Property
The radius for mean computation, spectral part.
Public Property SpectralRadius As Double
public double SpectralRadius {get; set;}
Classes that implement ISegmentMeanShiftFunctionArguments
| Classes | Description | 
|---|---|
| SegmentMeanShiftFunctionArguments |