SoIntensityHistogramQuantificationintensityRangeInput Property |
The minimal and maximal value of the histogram when the rangeMode field is set to OTHER.
Namespace: OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2i32 intensityRangeInput { get; }
Public ReadOnly Property intensityRangeInput As SoSFVec2i32
Get
public:
property SoSFVec2i32^ intensityRangeInput {
SoSFVec2i32^ get ();
}
member intensityRangeInput : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32Remarks This field is unused if rangeMode is set to MIN_MAX. Default value is SbVec2i32(0,255).
See Also