Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp305 double* rotMatrs; in run() local
334 rotMatrs = 0; in run()
426 rotMatrs = (double*)cvAlloc(3 * 3 * numImages * sizeof(double)); in run()
528 rotMatrs, in run()
537 rotMatrs + currImage * 9, in run()
607 code = compare(rotMatrs,goodRotMatrs, 9*numImages,0.05,"rotation matrices"); in run()
638 cvFree(&rotMatrs); in run()
661 cvFree(&rotMatrs); in run()