Home
last modified time | relevance | path

Searched refs:rectifPoints1 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1619 Mat rectifPoints1, rectifPoints2; in run() local
1620 perspectiveTransform( _imgpt1, rectifPoints1, _H1 ); in run()
1634 Point2f d = rectifPoints1.at<Point2f>(k,0) - rectifPoints2.at<Point2f>(k,0); in run()