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

/external/opencv/cv/src/
H A Dcvhough.cpp854 CvSeq* circles, int circles_max )
1057 if( circles->total > circles_max )
1090 int circles_max = INT_MAX; local
1127 circles_max = circles->total;
1140 acc_threshold, circles, circles_max ));

Completed in 1438 milliseconds