Blender Git Commit Log
Git Commits -> Revision 1e7203c
Revision 1e7203c by Sergey Sharybin (master) August 4, 2011, 15:40 (GMT) |
Camera tracking integration =========================== - Added function to calculate per-track average error. Made this in libmv c-api, probably should be ported to libmv pipeline. - MovieTrackingTrack now holds average reprojection error which is displayed in Active Track panel and information text in clip editor (if displaying of names are enabled). - Make "Clean Tracks" take average error on account. |
Commit Details:
Full Hash: 1e7203ce071506ca49d234753352b96417cc2917
SVN Revision: 39026
Parent Commit: 6cc4952
Lines Changed: +92, -14
8 Modified Paths:
/extern/libmv/libmv-capi.cpp (+56, -6) (Diff)
/extern/libmv/libmv-capi.h (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+8, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+11, -2) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)
/extern/libmv/libmv-capi.h (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+8, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+11, -2) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)