InterpolationFilterType
Inheritance: java.lang.Object, java.lang.Enum
public enum InterpolationFilterType extends Enum<InterpolationFilterType>
Fields
Field | Description |
---|---|
Bicubic | |
Box | The ‘Box’ Or ‘Nearest Neighbor’ filter |
Triangle | The ‘Triangle’ or ‘Bilinear’ interpolation filter just takes the interpolation of the nearest neighbourhood one step further. |
Bicubic
public static final InterpolationFilterType Bicubic
Box
public static final InterpolationFilterType Box
The ‘Box’ Or ‘Nearest Neighbor’ filter
Triangle
public static final InterpolationFilterType Triangle
The ‘Triangle’ or ‘Bilinear’ interpolation filter just takes the interpolation of the nearest neighbourhood one step further.