Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcalibration.cpp2402 const CvMat* _points1, const CvMat* _points2, in cvStereoRectifyUncalibrated() argument
2432 CV_ASSERT( CV_IS_MAT(_points1) && CV_IS_MAT(_points2) && in cvStereoRectifyUncalibrated()
2434 (_points2->rows == 1 || _points2->cols == 1) && in cvStereoRectifyUncalibrated()
2435 CV_ARE_SIZES_EQ(_points1, _points2) ); in cvStereoRectifyUncalibrated()
2440 _m2 = cvCreateMat( _points2->rows, _points2->cols, CV_64FC(CV_MAT_CN(_points2->type)) ); in cvStereoRectifyUncalibrated()
2458 cvConvert( _points2, _m2 ); in cvStereoRectifyUncalibrated()