tornavis/extern
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
..
Eigen3 Merging r50625 through r51896 from trunk into soc-2011-tomato 2012-11-05 19:42:27 +00:00
binreloc update gpl header in cmake files 2012-02-11 04:05:00 +00:00
bullet2 Fix building with scons 2013-10-25 03:56:17 +00:00
carve move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
colamd update gpl header in cmake files 2012-02-11 04:05:00 +00:00
glew Merging r51923 through r52851 from trunk into soc-2011-tomato 2012-12-10 15:18:00 +00:00
libmv Eagerly attempt to refine a track before doing a brute search 2013-10-29 01:06:50 +00:00
libopenjpeg add cmake option WITH_SYSTEM_OPENJPEG so linux can build cycles without having libopenjpeg installed. 2012-06-23 14:23:44 +00:00
libredcode == libredcode / licence cleanup == 2013-07-14 20:38:55 +00:00
lzma update gpl header in cmake files 2012-02-11 04:05:00 +00:00
lzo Update bundled version of minilzo 2013-02-25 08:16:28 +00:00
rangetree Import the RangeTree library into extern 2012-12-30 18:20:52 +00:00
recastnavigation Use reentrant qsort() in particle codes 2013-08-19 10:40:47 +00:00
wcwidth code cleanup: misc warnings/style 2013-03-21 02:58:21 +00:00
xdnd Merging r51923 through r52851 from trunk into soc-2011-tomato 2012-12-10 15:18:00 +00:00
CMakeLists.txt Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.cc 2013-05-12 22:17:37 +00:00
SConscript Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.cc 2013-05-12 22:17:37 +00:00