Home
last modified time | relevance | path

Searched refs:pts_3 (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvcalibration.cpp2335 CvMat pts_3 = cvMat(1, 4, CV_32FC3, _pts_3); in cvStereoRectify() local
2349 cvConvertPointsHomogeneous( &pts, &pts_3 ); in cvStereoRectify()
2350 cvProjectPoints2( &pts_3, k == 0 ? _R1 : _R2, &Z, A, 0, &pts ); in cvStereoRectify()
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp2212 CvMat pts_3 = cvMat(1, 4, CV_32FC3, _pts_3); in cvStereoRectify() local
2221 cvConvertPointsHomogeneous( &pts, &pts_3 ); in cvStereoRectify()
2230 cvProjectPoints2( &pts_3, k == 0 ? _R1 : _R2, &Z, &A_tmp, 0, &pts ); in cvStereoRectify()