Blender Git Loki
Git Commits -> Revision f9d9b46
Revision f9d9b46 by Sergey Sharybin (master) April 14, 2012, 12:02 (GMT) |
Camera tracking: support of tripod motion solving Expose option into interface to use modal solver which currently supports only tripod motion. This solver requires two tracks at least to reconstruct motion. Using more tracks aren't improving solution in general, just adds instability into solution and slows down things a lot. Refirement of camera intrinsics is supported by this solver. To use this solver just activate "Tripod Motion" checkbox in solver panel. |
Commit Details:
Full Hash: f9d9b4635da01c5a27ef9adbd3d3171f5ceeb47d
SVN Revision: 45624
Parent Commit: efb9b6c
Lines Changed: +113, -29
6 Modified Paths:
/extern/libmv/libmv-capi.cpp (+67, -17) (Diff)
/extern/libmv/libmv-capi.h (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+25, -9) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)
/extern/libmv/libmv-capi.h (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+25, -9) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)