Searched refs:BxBy (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 2567 CvMat A = cvMat( 1, npoints, CV_64FC3, lines1 ), BxBy, B; in cvStereoRectifyUncalibrated() local 2574 cvReshape( _m2, &BxBy, 1, npoints ); in cvStereoRectifyUncalibrated() 2575 cvGetCol( &BxBy, &B, 0 ); in cvStereoRectifyUncalibrated()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2589 CvMat A = cvMat( 1, npoints, CV_64FC3, lines1 ), BxBy, B; in cvStereoRectifyUncalibrated() local 2594 cvReshape( _m2, &BxBy, 1, npoints ); in cvStereoRectifyUncalibrated() 2595 cvGetCol( &BxBy, &B, 0 ); in cvStereoRectifyUncalibrated()
|