Home
last modified time | relevance | path

Searched refs:BxBy (Results 1 – 1 of 1) 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()