Go to file
Keir Mierle 427844c28d 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.
2013-10-29 01:06:50 +00:00
build_files OSX/codesigning: add the signing rules used for releases 2013-10-28 17:08:07 +00:00
doc sphinx docgen wasn't including example scripts for python methods of RNA types. 2013-10-15 05:55:51 +00:00
extern Eagerly attempt to refine a track before doing a brute search 2013-10-29 01:06:50 +00:00
intern Fix #37184: film exposure + transparency not working well in cycles viewport. 2013-10-28 19:01:01 +00:00
release patch [#37218] Split operator for armatures 2013-10-29 00:10:03 +00:00
source patch [#37218] Split operator for armatures 2013-10-29 00:10:03 +00:00
CMakeLists.txt OSX/CMake: fix ftemplate condition 2013-10-24 18:46:00 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/scons: clean message 2013-10-12 15:31:53 +00:00