blender/extern/libmv/intern
Sergey Sharybin 606329d0f8 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.
2014-10-30 23:12:19 +05:00
..
autotrack.cc Libmv: Replace region tracker with autotracker in Blender 2014-10-30 23:12:19 +05:00
autotrack.h Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
camera_intrinsics.cc Code cleanup: Mostly whitespace 2014-10-10 02:17:46 +06:00
camera_intrinsics.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
detector.cc Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
detector.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
frame_accessor.cc Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
frame_accessor.h Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
homography.cc Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
homography.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
image.cc Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
image.h Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
logging.cc Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
logging.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
reconstruction.cc Code cleanup: Mostly whitespace 2014-10-10 02:17:46 +06:00
reconstruction.h Libmv: Silence some warnings about C11 usage 2014-10-02 13:01:34 +06:00
region.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
stub.cc Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
track_region.cc Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
track_region.h Libmv: Silence some warnings about C11 usage 2014-10-02 13:01:34 +06:00
tracks.cc Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
tracks.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
tracksN.cc Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
tracksN.h Libmv: Add autotrack API to the C-API 2014-10-30 23:07:46 +05:00
utildefines.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00