Searched refs:hueScoreHistogram (Results 1 – 1 of 1) sorted by relevance
496 float[] hueScoreHistogram = new float[360]; in findDominantColorByHue() local513 if (hue < 0 || hue >= hueScoreHistogram.length) { in findDominantColorByHue()518 hueScoreHistogram[hue] += score; in findDominantColorByHue()519 if (hueScoreHistogram[hue] > highScore) { in findDominantColorByHue()520 highScore = hueScoreHistogram[hue]; in findDominantColorByHue()