SoIntensityBinHistogramQuantificationbinSize Property |
The size of a class of the histogram.
Namespace: OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat binSize { get; }
Public ReadOnly Property binSize As SoSFFloat
Get
public:
property SoSFFloat^ binSize {
SoSFFloat^ get ();
}
member binSize : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Note that the histogram is divided into equal intervals. Default value is 25.0f.
See Also