Searched defs:luma (Results 1 – 2 of 2) sorted by relevance
30 private static double luma(int pixel) { in luma() method in ImageCompare
90 public static <T> Pair<Double, Integer> computeFrameVariance(int width, int height, T luma) { in computeFrameVariance()