Home | History | Annotate | Download | only in test

Lines Matching refs:_H2

1615         Mat matF, _H1, _H2;
1617 rectifyUncalibrated( _imgpt1, _imgpt2, matF, imgsize, _H1, _H2 );
1621 perspectiveTransform( _imgpt2, rectifPoints2, _H2 );
1766 CvMat _pt1 = points1, _pt2 = points2, matF, *pF=0, _H1 = H1, _H2 = H2;
1769 return cvStereoRectifyUncalibrated(&_pt1, &_pt2, pF, imgSize, &_H1, &_H2, threshold) > 0;