Click or drag to resize
OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms Namespace

Geometric Transforms engines are usually used to align images.

Classes
Enumerations
  EnumerationDescription
Public enumerationSoFlipAxisProcessing2dAxisSelections
Public enumerationSoFlipAxisProcessing3dAxisSelections
Public enumerationSoResampleImageProcessing3dInterpolationTypes

This enum defines the type of interpolation used.

Public enumerationSoResampleImageProcessing3dSamplingModes

This enum defines how the voxel size of the output image is computed.

Public enumerationSoRotateAroundZProcessing2dPrecisionModes

Method used to calculate the intensity of each result pixel.

Public enumerationSoRotateProcessing2dPrecisionModes

Method used to calculate the intensity of each result pixel.

Public enumerationSoRotateProcessing3dPrecisionModes

Method used to calculate the intensity of each result pixel.

Public enumerationSoScaleByFactorProcessingPrecisionModes

Method used to calculate the intensity of each result pixel.

Public enumerationSoScaleImageToSizeProcessingPrecisionModes

Method used to calculate the intensity of each result pixel.

Public enumerationSoSwapAxisProcessing3dTranspositionModes
Public enumerationSoTranslateProcessingBackgroundModes

There are two possible modes in a SoTranslateProcessing filter:

Remarks

For example, if the subject and camera were not ideally positioned, rotating the image may improve visualization. Rotation and translation may be used to align successive sections of CT scans or confocal microscope images. A combination of geometric transformations sometimes is used to restore satellite or remote sensing images.

In addition, some Visilog operations, such as erosion, dilation, and even edge detection, are usually implemented for the main directions of the grid: , , , etc. To erode an image in the direction, you could first rotate the image , and then perform a erosion. Be careful since the rotation will distort the image due to resampling.