Class vImageARGBType


  • public final class vImageARGBType
    extends java.lang.Object
    [@typedef] vImageARGBType An encoding of an image format type to be used with RGB <-> Y'CbCr conversions in vImage/Conversions.h These formats enumerate different vImage ARGB pixel formats.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int kvImageARGB16Q12
      Any 16-bit signed fixedpoint four channel interleaved buffer [0,4096]=[0,1.0].
      static int kvImageARGB16U
      Any 16-bit unsigned four channel interleaved buffer [0,65535]=[0,1.0].
      static int kvImageARGB8888
      Any 8-bit four channel interleaved buffer [0,255]=[0,1.0].
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • kvImageARGB8888

        public static final int kvImageARGB8888
        Any 8-bit four channel interleaved buffer [0,255]=[0,1.0]. Does not specify channel order.
        See Also:
        Constant Field Values
      • kvImageARGB16U

        public static final int kvImageARGB16U
        Any 16-bit unsigned four channel interleaved buffer [0,65535]=[0,1.0]. Does not specify channel order.
        See Also:
        Constant Field Values
      • kvImageARGB16Q12

        public static final int kvImageARGB16Q12
        Any 16-bit signed fixedpoint four channel interleaved buffer [0,4096]=[0,1.0]. Does not specify channel order.
        See Also:
        Constant Field Values