SoLocalAdaptiveThresholdProcessingkernelSize Property |
The kernel size in each direction for computing the mean intensity.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFVec3i32 kernelSize { get; }
Public ReadOnly Property kernelSize As SoSFVec3i32
Get
public:
property SoSFVec3i32^ kernelSize {
SoSFVec3i32^ get ();
}
member kernelSize : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32Remarks Default value is SbVec3i32(30,30,30)
See Also