Searched refs:R_THRESH (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvhough.cpp856 const int SHIFT = 10, ONE = 1 << SHIFT, R_THRESH = 30; local
1001 int max_count = R_THRESH;
1051 if( max_count > R_THRESH )

Completed in 37 milliseconds