Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvfundam.cpp260 const double outlierRatio = 0.45; in CV_IMPLEMENT_QSORT() local
294 niters = cvRound(log(1-confidence)/log(1-pow(1-outlierRatio,(double)modelPoints))); in CV_IMPLEMENT_QSORT()