Click or drag to resize
SoResampleElasticProcessing2dinDisplacementField Property

The displacement field that maps the output voxels to the input voxels.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFImageDataAdapter inDisplacementField { get; }

Property Value

Type: SoSFImageDataAdapter
Remarks

This parameter must be set only if the parameter transformation is set to DISPLACEMENT_FIELD. The image must have exactly two spectral series and the image type must be float. Every pixel of the displacementField image contains 2 values:a displacement in x direction and one in y direction. Default value is NULL. Supported types include: grayscale image.

See Also