SoAutoThresholdingQuantificationintensityRangeInput Property |
The input intensity range used when OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoAutoThresholdingQuantification.m_rangeMode = OTHER.
Namespace: OIV.ImageViz.Engines.ImageAnalysis.StatisticsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFVec2f intensityRangeInput { get; }
Public ReadOnly Property intensityRangeInput As SoSFVec2f
Get
public:
property SoSFVec2f^ intensityRangeInput {
SoSFVec2f^ get ();
}
member intensityRangeInput : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksDefault value is SbVec2f(0.0f,255.0f).
See Also