Blender Git Loki
Git Commits -> Revision 8fb3762
Revision 8fb3762 by Sergey Sharybin (master) October 15, 2011, 19:30 (GMT) |
Camera tracking integration =========================== Some improvements for feature detectors: - Sort features by score when filtering features by distance using FAST library. - Added option to place markers only in areas outlined by grease pencil. |
Commit Details:
Full Hash: 8fb37629cd3a516b8f2391f3e8e66bfe47d6de9f
SVN Revision: 41039
Parent Commit: e168a4f
Lines Changed: +216, -51
5 Modified Paths:
/extern/libmv/libmv/simple_pipeline/detect.cc (+43, -13) (Diff)
/extern/libmv/patches/detect.patch (+46, -16) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+92, -20) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+29, -1) (Diff)
/extern/libmv/patches/detect.patch (+46, -16) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+92, -20) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+29, -1) (Diff)