Open Source Computer Vision Library
Go to file
Stefan Walk 6062601c4d Make rescaling flexible and add median filtering
Previously the pyramid was done with a rescaling factor of 2 (implied by the
use of pyrDown). This often leads to inferior results compared to a scale step
of e.g. 0.8 (a factor of 2 is obviously faster). This commit makes the scale
step configurable and uses a resonable default value.

The other change in this commit is that median filtering is added. This is not
described in this paper but it is done in the author's implementation. (See
e.g. "Secrets of optical flow estimation and their principles", Sun et al.,
CVPR 2010) This serves as periodic outlier removal during optimization, leading
to smoother flow fields while preserving motion edges. This includes splitting
the optimization loop into two loops.
2013-04-08 15:18:26 +04:00
3rdparty Merge branch '2.4' 2013-04-05 21:11:59 +04:00
android Merge branch '2.4' 2013-04-05 21:11:59 +04:00
apps Make core/internal.hpp a private header 2013-04-01 17:29:10 +04:00
cmake Merge branch '2.4' 2013-04-05 21:11:59 +04:00
data Merge release 2.4.4 2013-03-04 19:43:49 +04:00
doc Merge branch '2.4' 2013-04-05 21:11:59 +04:00
include Make core/internal.hpp a private header 2013-04-01 17:29:10 +04:00
ios enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
modules Make rescaling flexible and add median filtering 2013-04-08 15:18:26 +04:00
platforms Merge branch '2.4' 2013-04-05 21:11:59 +04:00
samples Merge pull request #779 from sivapvarma:master 2013-04-08 10:11:33 +04:00
.gitattributes Revise git attributes 2013-02-28 03:18:54 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Merge branch '2.4' 2013-04-05 21:11:59 +04:00
index.rst adding OpenCV Manager 2012-06-21 14:50:05 +00:00
README updating README content 2012-07-24 17:59:55 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org