Blender Git Commit Log

Git Commits -> Revision 606329d

Revision 606329d by Sergey Sharybin (master)
October 30, 2014, 18:12 (GMT)
Libmv: Replace region tracker with autotracker in Blender

The title actually tells it all, this commit switches Blender to use the new
autotrack API from Libmv.

From the user point of view it means that prediction model is now used when
tracking which gives really nice results.

All the other changes are not really visible for users, those are just frame
accessors, caches and so for the new API.

Commit Details:

Full Hash: 606329d0f872d675faf9362f9d2f89cf0551dd25
Parent Commit: 7013d55
Lines Changed: +1066, -511

1 Added Path:

/source/blender/blenkernel/intern/tracking_auto.c (+563, -0) (View)

8 Modified Paths:

/extern/libmv/intern/autotrack.cc (+4, -13) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+10, -8) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking_region_tracker.c (+3, -473) (Diff)
/source/blender/blenkernel/intern/tracking_util.c (+442, -2) (Diff)
/source/blender/blenkernel/tracking_private.h (+28, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+14, -14) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021