Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcalibration.cpp2567 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/
Dcalibration.cpp2589 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()