SoResampleElasticProcessing2dInterpolationTypes Enumeration |
Type of interpolation used.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Member name | Value | Description | |
---|---|---|---|
NEAREST_NEIGHBOR | 0 | The value of the intensity is equal to the nearest intensity. | |
LINEAR | 1 | The value of the intensity is linearly interpolated in all directions. |