blender/extern/libmv
Keir Mierle b15a056230 Libmv: Initial commit of unfinished AutoTrack API
This starts the creating the new AutoTrack API. The new API will
make it possible for libmv to do full autotracking, including
predictive tracking and also support multiple motion models (3D
planes etc).

The first goal (not in this patch) is to convert Blender to use
the new API without adding any new functionality.

This API currently contanins:

- Frame accessor to access frames which are stored in Blender side.
- New Tracks implementation
- New Reconstruction implementation

Currently this API only tested on doing the same frame-to-frame
tracking as the old API allowed to do. But it also supports now
predictive tracking which is based on the Kalman filter.
2014-10-30 23:03:34 +05:00
..
intern Code cleanup: Mostly whitespace 2014-10-10 02:17:46 +06:00
libmv Libmv: Initial commit of unfinished AutoTrack API 2014-10-30 23:03:34 +05:00
third_party Libmv: Update Ceres to latest upstream 2014-10-09 11:30:59 +02:00
bundle.sh Tracking: Make sure INC_SYS is always fine 2014-09-27 15:41:46 +06:00
ChangeLog Libmv: Initial commit of unfinished AutoTrack API 2014-10-30 23:03:34 +05:00
CMakeLists.txt Libmv: Initial commit of unfinished AutoTrack API 2014-10-30 23:03:34 +05:00
files.txt Libmv: Initial commit of unfinished AutoTrack API 2014-10-30 23:03:34 +05:00
libmv-capi.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00
mkfiles.sh Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Libmv: Initial commit of unfinished AutoTrack API 2014-10-30 23:03:34 +05:00