Click or drag to resize
SoImageRegistrationTransforminitialTransform Property

The initial transformation that pre-aligns the model onto the reference.

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

Property Value

Type: SoSFMatrix
Remarks

Default value is SbMatrix.identity(). The OIV.ImageViz.Engines.GeometryAndMatching.Registration.SoImagePreAlignmentTransform3d engine can be used to compute an initial transform.

See Also