Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp857 goodFovx, goodFovy, goodFocalLength, goodAspectRatio; in run() local
881 goodFocalLength = fx / nx; in run()
899 if( fabs(focalLength - goodFocalLength) > FLT_EPSILON ) in run()
901 …->printf( cvtest::TS::LOG, "bad focalLength (real=%f, good = %f\n", focalLength, goodFocalLength ); in run()