Searched refs:gamma (Results 1 – 5 of 5) sorted by relevance
170 final double gamma = 1; in getIntensity() local172 l += (0.21f * Math.pow(Color.red(pixel) / 255f, gamma)); in getIntensity()173 l += (0.72f * Math.pow(Color.green(pixel) / 255f, gamma)); in getIntensity()174 l += (0.07f * Math.pow(Color.blue(pixel) / 255f, gamma)); in getIntensity()
147 // output the final color with sqrt for "gamma correction"
302 final double gamma = 1; in getIntensity() local304 l += (0.21f * Math.pow(Color.red(pixel) / 255f, gamma)); in getIntensity()305 l += (0.72f * Math.pow(Color.green(pixel) / 255f, gamma)); in getIntensity()306 l += (0.07f * Math.pow(Color.blue(pixel) / 255f, gamma)); in getIntensity()
294 float gamma = in viewed() local296 float a = gamma * hCos; in viewed()297 float b = gamma * hSin; in viewed()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...