Home
last modified time | relevance | path

Searched refs:fc_new (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dcalibration.cpp2191 double fc_new = DBL_MAX; in cvStereoRectify() local
2202 fc_new = MIN(fc_new, fc); in cvStereoRectify()
2226 _a_tmp[0][0]=fc_new; in cvStereoRectify()
2227 _a_tmp[1][1]=fc_new; in cvStereoRectify()
2253 _pp[0][0] = _pp[1][1] = fc_new; in cvStereoRectify()
2261 _pp[idx][3] = _t[idx]*fc_new; // baseline * focal length in cvStereoRectify()
2302 fc_new *= s; in cvStereoRectify()
2306 cvmSet(_P1, 0, 0, fc_new); in cvStereoRectify()
2307 cvmSet(_P1, 1, 1, fc_new); in cvStereoRectify()
2311 cvmSet(_P2, 0, 0, fc_new); in cvStereoRectify()
[all …]
Dfisheye.cpp661 double fc_new = std::min(newK1(1,1), newK2(1,1)); in stereoRectify() local
672 Mat(Matx34d(fc_new, 0, cc_new[0].x, 0, in stereoRectify()
673 0, fc_new, cc_new[0].y, 0, in stereoRectify()
676 Mat(Matx34d(fc_new, 0, cc_new[1].x, tnew[0]*fc_new, // baseline * focal length;, in stereoRectify()
677 0, fc_new, cc_new[1].y, 0, in stereoRectify()
683 0, 0, 0, fc_new, in stereoRectify()
/external/opencv/cv/src/
Dcvcalibration.cpp2325 double fc_new = DBL_MAX; in cvStereoRectify() local
2341 fc_new = MIN(fc_new, fc); in cvStereoRectify()
2373 _pp[0][0] = _pp[1][1] = fc_new; in cvStereoRectify()
2381 _pp[idx][3] = _t[idx]*fc_new; // baseline * focal length in cvStereoRectify()
2390 0, 0, 0, fc_new, in cvStereoRectify()