Class YCbCrConverter


  • public final class YCbCrConverter
    extends java.lang.Object
    Fast YCbCr to RGB conversion.
    Author:
    Harald Kuhr, Original code by Werner Randelshofer (used by permission).
    • Constructor Summary

      Constructors 
      Constructor Description
      YCbCrConverter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convertYCbCr2RGB​(byte[] yCbCr, byte[] rgb, double[] coefficients, double[] referenceBW, int offset)  
      static void convertYCbCr2RGB​(byte[] yCbCr, byte[] rgb, int offset)  
      • Methods inherited from class java.lang.Object

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

      • YCbCrConverter

        public YCbCrConverter()
    • Method Detail

      • convertYCbCr2RGB

        public static void convertYCbCr2RGB​(byte[] yCbCr,
                                            byte[] rgb,
                                            double[] coefficients,
                                            double[] referenceBW,
                                            int offset)
      • convertYCbCr2RGB

        public static void convertYCbCr2RGB​(byte[] yCbCr,
                                            byte[] rgb,
                                            int offset)