SoSupervisedTextureClassificationProcessing2dradiusStep Property |
The step used to define the set of radius between minimum and maximum.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ClassificationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFUInt32 radiusStep { get; }
Public ReadOnly Property radiusStep As SoSFUInt32
Get
public:
property SoSFUInt32^ radiusStep {
SoSFUInt32^ get ();
}
member radiusStep : SoSFUInt32 with get
Property Value
Type:
SoSFUInt32Remarks The maximum radius is systematically added to the radius list. Default value is 4.
See Also