Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeir Mierle <mierle@gmail.com>2013-10-29 05:06:50 +0400
committerKeir Mierle <mierle@gmail.com>2013-10-29 05:06:50 +0400
commit427844c28d2083ffcec93066ebee3fcf0fd01e42 (patch)
tree66d1ca63022a6f63deddbc19fced942291f47518 /source/blender/makesdna/DNA_modifier_types.h
parent5f05de0c1ee99f0c4ae884f1102862f0d242c64f (diff)
Eagerly attempt to refine a track before doing a brute search
Before the refinement phase of tracking, a brute force SAD search is run across the search area. This works well but is slow; especially if the guess for the track's location is accurate. This patch runs a refinement phase before running a brute force search, hoping that the guessed position (in x2, y2) is close to the best answer. If it is, then no brute search is done. If it is not, then a normal brute force search followed by refinement is done. In some cases this may produce worse tracks than before; the regressions will need investigation. The predictive motion model (to be implemented) will reduce the probability of that happening.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
0 files changed, 0 insertions, 0 deletions