Click or drag to resize

Interpolation Enumeration

Interpolation types. Referenced by ReduceDistortion and Rotate operations.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public enum Interpolation
Members
  Member nameDescription
NearestNeighbour Nearest Neighbour results in sharp, but jagged lines and edges.
Bilinear Bilinear results in smoother blended lines and edges. The slight reduction in contrast may impact OMR/OCR activities.
See Also