Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DMSSIMMatcher.kt28 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : constant in androidx.test.screenshot.matchers.MSSIMMatcher
50 "[MSSIM] Required SSIM: $threshold, Actual " + "SSIM: " + "%.3f".format(SSIMTotal) in compareBitmaps()
52 if (SSIMTotal >= threshold) { in compareBitmaps()