Package apple.accelerate.enums
Class vImage_InterpolationMethod
- java.lang.Object
-
- apple.accelerate.enums.vImage_InterpolationMethod
-
public final class vImage_InterpolationMethod extends java.lang.Objectinterpolation method for vImageMultiDimensionalInterpolatedLookupTable_
-
-
Field Summary
Fields Modifier and Type Field Description static intkvImageFullInterpolationfull linear interpolationstatic intkvImageHalfInterpolationpartial linear interpolation between vertices on gray axis and N-1 nearest verticesstatic intkvImageNoInterpolationnearest neighbor.
-
-
-
Field Detail
-
kvImageNoInterpolation
public static final int kvImageNoInterpolation
nearest neighbor. Fast but probably causes banding and will certainly quantize the histogram.- See Also:
- Constant Field Values
-
kvImageFullInterpolation
public static final int kvImageFullInterpolation
full linear interpolation- See Also:
- Constant Field Values
-
kvImageHalfInterpolation
public static final int kvImageHalfInterpolation
partial linear interpolation between vertices on gray axis and N-1 nearest vertices- See Also:
- Constant Field Values
-
-