Blender Git Loki
Git Commits -> Revision 8e1cac3
Revision 8e1cac3 by Joseph Mansfield (soc-2013-motion_track) July 26, 2013, 00:37 (GMT) |
Unify libmv C API for solving The current libmv C API exposes the libmv_solve function which forwards to either libmv_solveReconstruction or libmv_solveModal, depending on whether the user selected Tripod Motion in the UI. These functions contain a fair bit of common code. Unify them into the single libmv_solve function, leading the way to a clean multiview reconstruction solution. |
Commit Details:
Full Hash: 8e1cac34cb539e03542bf9307ed94a69c80c68da
SVN Revision: 58611
Parent Commit: 6fd3c9e
Lines Changed: +81, -116