InterpolationFilterType

Inheritance: java.lang.Object, java.lang.Enum

public enum InterpolationFilterType extends Enum<InterpolationFilterType>

Fields

FieldDescription
BoxThe ‘Box’ Or ‘Nearest Neighbor’ filter
TriangleThe ‘Triangle’ or ‘Bilinear’ interpolation filter just takes the interpolation of the nearest neighbourhood one step further.
Bicubic

Methods

MethodDescription
values()
valueOf(String name)

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.

Bicubic

public static final InterpolationFilterType Bicubic

values()

public static InterpolationFilterType[] values()

Returns: com.aspose.ocr.InterpolationFilterType[]

valueOf(String name)

public static InterpolationFilterType valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: InterpolationFilterType