Searched refs:rectifPoints2 (Results 1 – 1 of 1) sorted by relevance
1619 Mat rectifPoints1, rectifPoints2; in run() local1621 perspectiveTransform( _imgpt2, rectifPoints2, _H2 ); in run()1634 Point2f d = rectifPoints1.at<Point2f>(k,0) - rectifPoints2.at<Point2f>(k,0); in run()