Searched refs:r_angle (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvscanlines.cpp | 1397 float l_angle[2], r_angle[2]; local 1507 r_angle[0] = 0.0f; 1508 r_angle[1] = (float) CV_PI; 1513 r_angle, 1523 r_angle[0] = (float) atan2( r_start_end[1] * height - r_epipole[1], 1525 r_angle[1] = (float) atan2( r_start_end[3] * height - r_epipole[1], 1528 if( r_angle[0] > r_angle[1] ) 1529 r_angle[1] += (float) (CV_PI * 2); 1534 r_angle, 1815 icvBuildScanlineRightStereo( CvSize imgSize, CvMatrix3 * matrix, float *r_epipole, float *r_angle, float r_radius, int *scanlines_1, int *scanlines_2, int *numlines ) argument [all...] |
H A D | _cvvm.h | 193 float* r_angle,
|
Completed in 98 milliseconds