- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 15 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted inside CV_ENUM and CV_FLAGS
-
- 29 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
initial optical flow was not cleaned during the second call
-
- 20 Feb, 2013 1 commit
-
-
Anna Kogan authored
-
- 19 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 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
-
- 31 Jan, 2013 2 commits
-
-
Daniil Osokin authored
-
Anna Kogan authored
-
- 30 Jan, 2013 3 commits
-
-
Andrey Kamaev authored
This fixes bug #2075
-
Andrey Kamaev authored
-
Ivan Korolev authored
-
- 14 Jan, 2013 1 commit
-
-
Alexander Smorkalov authored
Invalid links and refences fixed. SpaeseMat class documentation updated.
-
- 10 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
issue 2526
-
- 28 Nov, 2012 1 commit
-
-
Anna Kogan authored
-
- 09 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 24 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
All errors were found by doc/check_docs2.py
-
OpenCV Buildbot authored
-
- 12 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Oct, 2012 2 commits
-
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
Andrey Kamaev authored
-
- 09 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 02 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 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 5 commits
-
-
Vadim Pisarevsky authored
-
Yury Zemlyanskiy authored
+ Fixed warnings + Add new function calcOpticalFlow with smaller number of arguments + Add asserts to algorithm and remove 'exit(1)'
-
Yury Zemlyanskiy authored
+ New format for flow data - CV_32C2 + Memory optimization + Cross Bilateral Filter optimization + Minor optimizations + Sample for calcOpticalFlowSF improved
-
Yury Zemlyanskiy authored
"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test
-
Yury Zemlyanskiy authored
+ Fixed warnings + Add new function calcOpticalFlow with smaller number of arguments + Add asserts to algorithm and remove 'exit(1)'
-
- 28 Aug, 2012 3 commits
-
-
Vadim Pisarevsky authored
-
Yury Zemlyanskiy authored
+ New format for flow data - CV_32C2 + Memory optimization + Cross Bilateral Filter optimization + Minor optimizations + Sample for calcOpticalFlowSF improved
-
Yury Zemlyanskiy authored
declaration in includes, implementation, usage example, test
-
- 23 Aug, 2012 1 commit
-
-
Anatoly Baksheev authored
-