Searched refs:threshold (Results 1 – 1 of 1) sorted by relevance
28 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : constant in androidx.test.screenshot.matchers.MSSIMMatcher50 "[MSSIM] Required SSIM: $threshold, Actual " + "SSIM: " + "%.3f".format(SSIMTotal) in compareBitmaps()52 if (SSIMTotal >= threshold) { in compareBitmaps()