Class vImage_InterpolationMethod


  • public final class vImage_InterpolationMethod
    extends java.lang.Object
    interpolation method for vImageMultiDimensionalInterpolatedLookupTable_
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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