Lines Matching refs:file

56 /* Note these file may be very large */
535 FILE *file;
536 file = fopen( TRACK_BUNDLE_FILE_MATRW ,"w");
540 fprintf(file,"\nPoint=%d\n",currPoint);
550 fprintf(file,"%lf ",val);
553 fprintf(file,"\n");
556 fclose(file);
608 FILE *file;
609 file = fopen( TRACK_BUNDLE_FILE_JACERRPROJ ,"w");
613 fprintf(file,"\nImage=%d\n",currImage);
618 fprintf(file,"%lf\n",val);
620 fprintf(file,"\n");
622 fclose(file);
711 FILE *file;
712 file = fopen(TRACK_BUNDLE_FILE_JACERRPNT,"w");
716 fprintf(file,"\nPoint=%d\n",currPoint);
721 fprintf(file,"%lf\n",val);
723 fprintf(file,"\n");
725 fclose(file);
940 FILE *file;
941 file = fopen( TRACK_BUNDLE_FILE ,"a");
942 fprintf(file,"\n----- test 14.01 icvProjPointsStatusFunc -----\n");
943 fclose(file);
962 FILE *file;
963 file = fopen( TRACK_BUNDLE_FILE ,"a");
964 fprintf(file,"\n----- test 14.02 point4D (%lf, %lf, %lf, %lf) -----\n",
969 fclose(file);
980 FILE *file;
981 file = fopen( TRACK_BUNDLE_FILE ,"a");
982 fprintf(file,"\n----- test 14.03 (%lf, %lf, %lf) -> (%lf, %lf)-----\n",
989 fclose(file);
1277 /* Create file to track */
1278 FILE* file;
1279 file = fopen( TRACK_BUNDLE_FILE ,"w");
1280 fprintf(file,"begin\n");
1281 fclose(file);
1308 /* Create file to track */
1309 FILE* file;
1310 file = fopen( TRACK_BUNDLE_FILE ,"a");
1311 fprintf(file,"\n========================================\n");;
1312 fprintf(file,"Iter=0\n");
1313 fprintf(file,"Error = %20.15lf\n",prevError);
1314 fprintf(file,"Change = %20.15lf\n",1.0);
1316 fprintf(file,"projection errors\n");
1322 fprintf(file,"\nImage=%d\n",currImage);
1329 fprintf(file,"%40.35lf, %40.35lf\n",ex,ey);
1332 fclose(file);
1346 FILE *file;
1347 file = fopen( TRACK_BUNDLE_FILE ,"a");
1348 fprintf(file,"\n----- test 6 do main -----\n");
1351 fprintf(file," test 6.01 prev normPnts=%lf\n",norm);
1356 fprintf(file," test 6.01 prev normProj=%lf\n",norm);
1359 fclose(file);
1377 FILE *file;
1378 file = fopen( TRACK_BUNDLE_FILE ,"a");
1379 fprintf(file,"\n----- test 6.03 do matrs U V -----\n");
1385 fprintf(file," test 6.01 prev matrsUk=%lf\n",norm);
1391 fprintf(file," test 6.01 prev matrsVi=%lf\n",norm);
1394 fclose(file);
1404 FILE *file;
1405 file = fopen( TRACK_BUNDLE_FILE ,"a");
1406 fprintf(file,"\n----- test 6 do main -----\n");
1408 fprintf(file," test 6.02 post normPnts=%lf\n",norm1);
1409 fclose(file);
1420 FILE *file;
1421 file = fopen( TRACK_BUNDLE_FILE ,"a");
1422 fprintf(file,"\n----- test 60.3 do matrs U V -----\n");
1428 fprintf(file," test 6.01 post1 matrsUk=%lf\n",norm);
1434 fprintf(file," test 6.01 post1 matrsVi=%lf\n",norm);
1437 fclose(file);
1523 /* Print deltaP to file */
1527 FILE* file;
1528 file = fopen( TRACK_BUNDLE_FILE_DELTAP ,"w");
1533 fprintf(file,"\nImage=%d\n",currImage);
1539 fprintf(file,"%lf\n",val);
1541 fprintf(file,"\n");
1543 fclose(file);
1606 FILE *file;
1607 file = fopen( TRACK_BUNDLE_FILE ,"a");
1608 fprintf(file,"\n----- test 13,01 currImage=%d currNorm=%lf -----\n",currImage,currNorm);
1609 fclose(file);
1624 /* Create file to track */
1625 FILE* file;
1626 file = fopen( TRACK_BUNDLE_FILE ,"a");
1627 fprintf(file,"\n========================================\n");
1628 fprintf(file,"numPoints=%d\n",numPoints);
1629 fprintf(file,"Iter=%d\n",currIter);
1630 fprintf(file,"Error = %20.15lf\n",newError);
1631 fprintf(file,"Change = %20.15lf\n",change);
1636 fprintf(file,"projection errors\n");
1640 fprintf(file,"\nImage=%d\n",currImage);
1647 fprintf(file,"%lf,%lf\n",ex,ey);
1650 fprintf(file,"\n---- test 0 -----\n");
1653 fclose(file);
1693 /* Create file to track */
1694 FILE* file;
1695 file = fopen( TRACK_BUNDLE_FILE ,"a");
1696 fprintf(file,"\nChange inside newVal change = %20.15lf\n",change);
1697 fprintf(file," normAll1= %20.15lf\n",sqrt(normAll1));
1698 fprintf(file," normAll2= %20.15lf\n",sqrt(normAll2));
1700 fclose(file);
1725 FILE* file;
1726 file = fopen( TRACK_BUNDLE_FILE ,"a");
1727 fprintf(file,"\nBest error = %40.35lf\n",prevError);
1728 fclose(file);