- 16 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 08 Apr, 2013 1 commit
-
-
Stefan Walk authored
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.
-
- 01 Apr, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This also fixes few clang build errors
-
- 29 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
initial optical flow was not cleaned during the second call
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 21 Mar, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 20 Mar, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 15 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 27 Feb, 2013 1 commit
-
-
Georgios Evangelidis authored
Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no. 10, 2008
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 14 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
* added DenseOpticalFlow interface * moved OpticalFlowDual_TVL1 to src folder
-
- 13 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 30 Jan, 2013 2 commits
-
-
Andrey Kamaev authored
This fixes bug #2075
-
Ivan Korolev authored
-
- 19 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
-
- 10 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
issue 2526
-
- 01 Nov, 2012 1 commit
-
-
LeonidBeynenson authored
-
- 25 Oct, 2012 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 12 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
- 11 Sep, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Sep, 2012 5 commits
-
-
Vadim Pisarevsky authored
-
Yury Zemlyanskiy authored
-
Yury Zemlyanskiy authored
-
Yury Zemlyanskiy authored
-
Yury Zemlyanskiy authored
+ Improve performance of calcOpticalFlowSingleScale method + Small refactoring Current results: IMAGE NAMES RMSE Beanbags Dimetrodon 0.329428 DogDance Grove2 0.550852 Grove3 1.464699 Hydrangea 0.523277 MiniCooper RubberWhale 0.367246 Urban2 2.717003 Urban3 4.185070 Venus 0.775422 Walking Time (for Urban3): 17.490248 sec
-
- 31 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-