~mierle/libmv/trunk

« back to all changes in this revision

Viewing changes to test/test_robust_sixpointnview.cc

  • Committer: Keir Mierle
  • Date: 2008-01-14 01:29:43 UTC
  • Revision ID: keir@cs.utoronto.ca-20080114012943-d58q3rh44tlredyf
More work on six point nview code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        printf("mean=%g\n", result->mean_reprojection_error());
29
29
        printf("error_threshold=%g\n", error_threshold);
30
30
        Small(min_rms/10);
 
31
        result->bundle_adjust();
31
32
        result->delete_contents();
32
33
        delete result;
33
34
}