Searched refs:convertRgbToCieLab (Results 1 – 1 of 1) sorted by relevance
1828 final double[][] pixels1 = convertRgbToCieLab(bitmap1); in computeDifference()1829 final double[][] pixels2 = convertRgbToCieLab(bitmap2); in computeDifference()1861 private static double[][] convertRgbToCieLab(Bitmap bitmap) { in convertRgbToCieLab() method in BitmapCompare