Go to file
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
build_files This does two things for cleanup builds made with SCons: 2012-03-28 19:56:11 +00:00
doc added Mesh.calc_tessface(), needed to update mesh tessface after bmesh edits. 2012-03-29 13:44:30 +00:00
extern Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
intern Fix #30551: cycles passes combining did not always give identical result combined 2012-03-28 12:18:12 +00:00
release Cleanup: move tracking settings to be just after Track panel which makes it easier to 2012-03-30 10:37:20 +00:00
source Camera tracking refactoring: 2012-03-30 10:37:39 +00:00
CMakeLists.txt dont disable python when addons aren't found (addons are not needed for python to run) 2012-03-17 18:33:51 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct building without python works again, cleanup bmesh include paths (cmake and scons). 2012-03-08 03:25:53 +00:00