 | Interpolation Enumeration |
Interpolation types. Referenced by ReduceDistortion and Rotate operations.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxpublic enum Interpolation
Members
| Member name | Description |
---|
| 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