Blender Git Commit Log

Git Commits -> Revision 864071a

Revision 864071a by Sergey Sharybin (master)
July 15, 2011, 20:44 (GMT)
Camera tracking integration
===========================

- Bundle re-newed libmv library.
- Update API in libmv-capi to match new library.
- Initial implementaition of feature detection.
- Fixed bug with incorrect user sync when tracking
for first frame.

Commit Details:

Full Hash: 864071a5126ebc5c1695c370b0a228e87d828fc1
SVN Revision: 38421
Parent Commit: 1d668e3
Lines Changed: +18436, -328

12 Added Paths:

/extern/libmv/libmv/simple_pipeline/detect.cc (+78, -0) (View)
/extern/libmv/libmv/simple_pipeline/detect.h (+77, -0) (View)
/extern/libmv/third_party/fast/fast.c (+71, -0) (View)
/extern/libmv/third_party/fast/fast.h (+39, -0) (View)
/extern/libmv/third_party/fast/fast_10.c (+4666, -0) (View)
/extern/libmv/third_party/fast/fast_11.c (+3910, -0) (View)
/extern/libmv/third_party/fast/fast_12.c (+3134, -0) (View)
/extern/libmv/third_party/fast/fast_9.c (+5910, -0) (View)
/extern/libmv/third_party/fast/LICENSE (+30, -0)
/extern/libmv/third_party/fast/nonmax.c (+117, -0) (View)
/extern/libmv/third_party/fast/README (+31, -0)
/extern/libmv/third_party/fast/README.libmv (+9, -0) (View)

16 Modified Paths:

/extern/libmv/ChangeLog (+107, -285) (Diff)
/extern/libmv/CMakeLists.txt (+9, -0) (Diff)
/extern/libmv/files.txt (+12, -0) (Diff)
/extern/libmv/libmv-capi.cpp (+71, -6) (Diff)
/extern/libmv/libmv-capi.h (+8, -0) (Diff)
/extern/libmv/libmv/multiview/projection.cc (+1, -1) (Diff)
/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h (+7, -6) (Diff)
/extern/libmv/libmv/tracking/region_tracker.h (+5, -0) (Diff)
/extern/libmv/patches/series (+1, -0) (Diff)
/extern/libmv/SConscript (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+88, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+45, -30) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021