This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/extern
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
..
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2012-03-30 10:37:39 +00:00
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2012-02-17 16:58:09 +00:00