- 05 Sep, 2012 1 commit
-
-
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
-
-
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 2 commits
-
-
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
-
- 27 Aug, 2012 4 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
To speed up rebuilds, define the NDK_CCACHE environment or CMake variable to the path to your ccache binary. When declared, the android.cmake.toolchain automatically uses CCache when compiling any C/C++ source file. For example: export NDK_CCACHE=ccache
-
Andrey Kamaev authored
Previously the generator always uses hardcoded list of modules. This fix replaces hardcoded list with actual set of modules coming from cmake.
-
- 24 Aug, 2012 11 commits
-
-
Vsevolod Glumov authored
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Kapustin authored
-
- 23 Aug, 2012 13 commits
-
-
Anatoly Baksheev authored
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
fixed MCVC warnings
-
Vincent Rabaud authored
-
Vsevolod Glumov authored
-
Vsevolod Glumov authored
-
marina.kolpakova authored
-
Anatoly Baksheev authored
added texture_binder
-
Alexey Spizhevoy authored
-
- 22 Aug, 2012 8 commits
-
-
Leonid Beynenson authored
All the functions from it are moved to the header opencv2/photo/photo.hpp
-
Alexander Mordvintesv authored
-
Alexander Mordvintesv authored
added some sample description
-
Vadim Pisarevsky authored
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
-
Ilya Lavrenov authored
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm
-
Andrey Kamaev authored
* No /arch:SSE3 in MSVC * Warnings fixed or suppressed
-