blender/extern/libmv
Sergey Sharybin 81e3db364d Camera tracking refactoring:
- Deduplicate patetrn sampling used in esm and lmicklt trackers and
  move SamplePattern to image/sample.h - Move computation of Pearson
  product-moment correlation into own function in new file image/correlation.h
  so all trackers can use it to check final correlation.
- Remove SAD tracker. It's almost the same as brute tracker, with only two differences:
  1. It does brute search of affine transformation which in some cases helps to track
     rotating features 2. It didn't use common tracker api which probably gave some
     speed advantage, but lead to a real headache to use it together with other
     trackers leading to duplicated code in blender side.
- Switch blenedr to use brute tracker instead of sad tracker which tracking made
  source code much more simple to follow.
2012-03-30 10:37:39 +00:00
..
libmv Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
patches Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
third_party Re-bundle libmv from own branch. 2012-03-12 08:45:06 +00:00
bundle.sh fix for cmake error on non osx systems 2012-03-23 10:39:59 +00:00
ChangeLog Re-bundle libmv from own branch. 2012-03-12 08:45:06 +00:00
CMakeLists.txt Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
files.txt Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
libmv-capi.cpp Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
libmv-capi.h Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
mkfiles.sh Added note that cmake/scons rules are automatically generated for extern/libmv 2011-12-15 12:44:05 +00:00
SConscript Fixed typo in comments for libmv build rules files 2012-01-11 07:19:44 +00:00