Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp549 double maxDx = 0.0; in run() local
569 if( dx > maxDx ) in run()
570 maxDx = dx; in run()
616 if( maxDx > 1.0 ) in run()
619 "Error in reprojection maxDx=%f > 1.0\n",maxDx); in run()