Searched refs:pBestThres (Results 1 – 1 of 1) sorted by relevance
291 double* pBestThres = _cv_max_element(relativeVariance, relativeVariance+PIXELRANGE); in cvChangeDetection() local292 bestThres = (uchar)(*pBestThres); if (bestThres <10) bestThres=10; in cvChangeDetection()