Click or drag to resize
SoImageRegistrationTransformintensityRangeReference Property

The range [a,b] of gray values for the reference 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 intensityRangeReference { get; }

Property Value

Type: SoSFVec2f
Remarks

With the Mutual information metrics, gray values outside the range are sorted into the first or last histogram bin, respectively. With the Correlation metric, voxels with gray values outside the range are ignored. This parameter is ignored with the Euclidean metric or if the rangeModeReference 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