Home | Sort by relevance Sort by last modified time |
/external/opencv/cv/src/ | |
cvpgh.cpp | 209 double dist_coeff = 0, angle_coeff = 0; local 229 dist_coeff = buffer[i] * dist_scale; 258 d1 = cvRound( d1 * dist_coeff ); 259 d2 = cvRound( d2 * dist_coeff ); |