SoSupervisedTextureClassificationProcessing3dradiusRange Property |
The minimum and maximum radius of the circular neighborhoods used for computing textural features.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ClassificationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2i32 radiusRange { get; }
Public ReadOnly Property radiusRange As SoSFVec2i32
Get
public:
property SoSFVec2i32^ radiusRange {
SoSFVec2i32^ get ();
}
member radiusRange : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32Remarks Default value is SbVec2i32(2,8).
See Also