Blender Git Commit Log

Git Commits -> Revision 31c6d1e

Revision 31c6d1e by Sergey Sharybin (libmv_prediction)
September 26, 2014, 18:51 (GMT)
Replace region tracker with autotracker in Blender

The title actually tells it all, this commit switches
Blender to use 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: 31c6d1e639b4fe0ab87a61d709af22cd73d1f4c6
Parent Commit: 6778353
Lines Changed: +1007, -498

1 Added Path:

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

7 Modified Paths:

/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 (+427, -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