Searched refs:bestR (Results 1 – 2 of 2) sorted by relevance
158 double bestR = DBL_MAX; in test2() local166 bestR = std::min(bestR, r); in test2()169 CV_Assert(bestR < ACCURACY); in test2()205 double bestR = DBL_MAX; in test3() local213 bestR = std::min(bestR, r); in test3()216 CV_Assert(bestR < ACCURACY); in test3()254 double bestR = DBL_MAX; in test4() local262 bestR = std::min(bestR, r); in test4()265 CV_Assert(bestR < ACCURACY); in test4()307 double bestR = DBL_MAX; in test5() local[all …]
292 double bestR = maxRadius; in bruteMinT() local324 bestR = r; in bruteMinT()335 REPORTER_ASSERT(reporter, bestR < maxRadius); in bruteMinT()338 double lastHighR = bestR; in bruteMinT()339 r = bestR / 2; in bruteMinT()353 bestR = lastHighR; in bruteMinT()