Searched defs:threshold (Results 1 – 2 of 2) sorted by relevance
217 public void setThreshold(int threshold) { in setThreshold()
32 @FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98 constant in platform.test.screenshot.matchers.MSSIMMatcher