Click or drag to resize
SoElasticRegistrationProcessing2d Properties

The SoElasticRegistrationProcessing2d type exposes the following members.

Properties
  NameDescription
Public propertyelasticStandardDeviation

The standard deviation in pixel of the gaussian kernel used to smooth the displacement field at each iteration.

Public propertyfluidStandardDeviation

The standard deviation in pixel of the gaussian kernel used to smooth the forces field at each iteration.

Public propertyinFixedImage

The reference image on which the moving image has to be registered.

Public propertyinMovingImage

The input model image to be registered.

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

Type of metric used to measure the similarity/dissimilarity between the fixed and the transformed image.

Public propertyoutDisplacementField

The displacement field that maps a pixel of the moving image onto the corresponding pixel in the fixed image.

Public propertyoutImage
Public propertypyramidLevels

A 2-dimensional vector: first coordinate is the coarsest resolution, second coordinate is the finest resolution.

Public propertytolerance

Maximum relative variation of the metric to stop the process.

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