Home | History | Annotate | Download | only in test

Lines Matching refs:_H1

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