Skip to content

Commit

Permalink
[sfm/ba] Add BA time in the console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon authored and simogasp committed Oct 2, 2015
1 parent 0c715be commit 79ea82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openMVG/sfm/sfm_data_BA_ceres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ bool Bundle_Adjustment_Ceres::Adjust(
<< " #residuals: " << summary.num_residuals << "\n"
<< " Initial RMSE: " << std::sqrt( summary.initial_cost / summary.num_residuals) << "\n"
<< " Final RMSE: " << std::sqrt( summary.final_cost / summary.num_residuals) << "\n"
<< " Time (s): " << summary.total_time_in_seconds << "\n"
<< std::endl;
}

Expand Down

0 comments on commit 79ea82a

Please sign in to comment.