Click or drag to resize
SoImageRegistrationTransform Properties

The SoImageRegistrationTransform type exposes the following members.

Properties
  NameDescription
Public propertyautoParameterMode

The way to determine the coarsestResampling and optimizerStep parameters.

Public propertycoarsestResampling

The sub-sampling factor along each axis.

Public propertycomputeMode

Select the compute Mode (2D or 3D or AUTO) .

Public propertyignoreFinestLevel

Skip the finest level of the pyramid.

Public propertyinFixedImage

The input reference image.

Public propertyinitialTransform

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

Public propertyinMovingImage

The input model image.

Public propertyintensityRangeModel

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

Public propertyintensityRangeReference

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

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymetricType

Select the metric type.

Public propertyoptimizerStep

The step sizes, in world coordinates, used by the optimizer at coarsest and finest scales.

Public propertyoutTransform

Output structure storing registration results.

Public propertyrangeModeModel

The way to define the intensity range to be considered by the algorithm in the model (moving) image.

Public propertyrangeModeReference

The way to define the intensity range to be considered by the algorithm in the reference (fixed) image.

Public propertytransformType

Select the type of transform.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also