- 14 Apr, 2014 1 commit
-
-
Aaron Kunze authored
-
- 07 Mar, 2014 1 commit
-
-
mlyashko authored
-
- 06 Mar, 2014 1 commit
-
-
mlyashko authored
-
- 04 Mar, 2014 1 commit
-
-
mlyashko authored
-
- 20 Feb, 2014 1 commit
-
-
mlyashko authored
-
- 06 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 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.
-
- 29 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
initial optical flow was not cleaned during the second call
-
- 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
-
- 25 Oct, 2012 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-