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