Blender Git Loki
Git Commits -> Revision 6e83ce4
Revision 6e83ce4 by Joseph Mansfield (soc-2013-motion_track) August 23, 2013, 20:11 (GMT) |
Fix invalid returned camera intrinsics libmv provides a way to get the camera intrinsics from a reconstruction, which may be different to the intrinsics passed to the solver if refinement has taken place. My multicamera changes introduced a bug caused by a pointer cast between incompatible types causing the returned intrinsics to have screwed up values. This patch fixes that cast. |
Commit Details:
Full Hash: 6e83ce4b70de4c22d730c8efe7cacaa1ad30a868
SVN Revision: 59439
Parent Commit: 9dfc38f
Lines Changed: +6, -4