Searched refs:goodRotMatrs (Results 1 – 1 of 1) sorted by relevance
308 double* goodRotMatrs; in run() local336 goodRotMatrs = 0; in run()429 goodRotMatrs = (double*)cvAlloc(3 * 3 * numImages * sizeof(double)); in run()489 values_read = fscanf(file, "%lf", goodRotMatrs + currImage * 9 + j * 3 + i); in run()607 code = compare(rotMatrs,goodRotMatrs, 9*numImages,0.05,"rotation matrices"); in run()640 cvFree(&goodRotMatrs); in run()663 cvFree(&goodRotMatrs); in run()