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

/external/qemu/android/skin/
H A Dtrackball.c187 int acc_threshold; member in struct:SkinTrackBall
218 ball->acc_threshold = ACC_THRESHOLD;
421 if ( norm( ball->acc_x, ball->acc_y ) > ball->acc_threshold )
/external/opencv/cv/src/
H A Dcvhough.cpp853 int canny_threshold, int acc_threshold,
967 if( adata[base] > acc_threshold &&
1092 int acc_threshold = cvRound(param2); local
1102 if( dp <= 0 || min_dist <= 0 || canny_threshold <= 0 || acc_threshold <= 0 )
1103 CV_ERROR( CV_StsOutOfRange, "dp, min_dist, canny_threshold and acc_threshold must be all positive numbers" );
1140 acc_threshold, circles, circles_max ));
851 icvHoughCirclesGradient( CvMat* img, float dp, float min_dist, int min_radius, int max_radius, int canny_threshold, int acc_threshold, CvSeq* circles, int circles_max ) argument

Completed in 57 milliseconds