Click or drag to resize
SoImageRegistrationTransformintensityRangeModel Property

The range [a,b] of gray values for the model data set.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFVec2f intensityRangeModel { get; }

Property Value

Type: SoSFVec2f
Remarks

It works similarly to its reference data set counterpart parameter. This parameter is ignored if the rangeModeModel parameter is set to MIN_MAX

Default value is OIV.Inventor.SbVec2f( 0.0f, 65535.0f ).

Note Note

Field available since Open Inventor 10.9

See Also