blender/extern/libmv/intern
Sergey Sharybin f312f890f1 Libmv: Support disabled color channels in tracking settings
This was never ported to a new tracking pipeline and now it's done using
FrameAccessor::Transform routines. Quite striaghtforward, but i've changed
order of grayscale conversion in blender side with call of transform callback.

This way it's much easier to perform rescaling in libmv side.
2014-10-30 23:29:53 +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: Support disabled color channels in tracking settings 2014-10-30 23:29:53 +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: Support disabled color channels in tracking settings 2014-10-30 23:29:53 +05:00
tracksN.h Libmv: Support disabled color channels in tracking settings 2014-10-30 23:29:53 +05:00
utildefines.h Tracking: Decouple C-API module into more granular files 2014-09-25 17:04:56 +06:00