Blender Git Commit Log

Git Commits -> Revision 7ce5c67

Revision 7ce5c67 by Sergey Sharybin (soc-2011-tomato)
August 2, 2013, 08:50 (GMT)
Compute homographies when creating new plane tracker

When new plane tracker is creating, blender will go
over tracked sequence of point tracks, compute homography
between neighbor frames and deform plane rectangle using
this homography.

This makes rectangle plane follow tracked plane quite
nicely. But as an additional homographies will be
updated after corners were slided with a mouse.

Additional changes:

- Display keyframed/tracked information in the cache line
for plane tracks (the same way as it's done for point tracks).
- Fix couple of buys in homography C-API.

Commit Details:

Full Hash: 7ce5c672c1aaa15affc1305ea47d7a3785a541d7
SVN Revision: 58823
Parent Commit: e021860
Lines Changed: +217, -20

7 Modified Paths:

/extern/libmv/libmv-capi.cc (+7, -1) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+122, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+62, -15) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+19, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021