Home
last modified time | relevance | path

Searched refs:getIntensity (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt256 avg0 += getIntensity(pixels0[index]) in getMeans()
257 avg1 += getIntensity(pixels1[index]) in getMeans()
292 val v0 = getIntensity(pixels0[index]) - mean0 in getVariances()
293 val v1 = getIntensity(pixels1[index]) - mean1 in getVariances()
319 private fun getIntensity(pixel: Int): Double { in getIntensity() method in platform.test.screenshot.matchers.MSSIMMatcher