Click or drag to resize
SoRotateAroundZProcessing2dPrecisionModes Enumeration

Method used to calculate the intensity of each result pixel.

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 PrecisionModes
Members
  Member nameValueDescription
NEARBY_PIXEL0

Take the grey level of the nearest pixel.

INTERPOLATION1

Take the bilinear interpolation from the four nearest pixels.

Remarks