Click or drag to resize
SoResampleElasticProcessing2dInterpolationTypes Enumeration

Type of interpolation used.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum InterpolationTypes
Members
  Member nameValueDescription
NEAREST_NEIGHBOR0

The value of the intensity is equal to the nearest intensity.

LINEAR1

The value of the intensity is linearly interpolated in all directions.

Remarks