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: 2023.1.3.0 (2023.1.3)
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