- 31 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 28 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 21 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 25 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
The crash was cased by massive Mat objects leak in NativeCameraView class.
-
- 13 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 06 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project; INSTALL_CUDA_LIBRARIES option added to OpenCV.mk opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed; CUDA initialization apportunity added to OpenCVLoader.initDebug(); Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
-
- 01 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 28 Jan, 2014 2 commits
-
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported by all VideoCapture backends. Some backends can return 0.0 or -1.0.
-
- 29 Dec, 2013 1 commit
-
-
Hilton Bristow authored
-
- 26 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 18 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 15 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Epoch is gone; now the version component names in C++ and CMake are consistent (except REVISION corresponds to PATCH).
-
- 06 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Conflicts: modules/java/generator/src/cpp/VideoCapture.cpp
-
- 01 Nov, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 31 Oct, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 30 Oct, 2013 1 commit
-
-
Alexander Smorkalov authored
New version of Java wrappers' generator uses different wrappers for VideoCapture on Android and desktop to prevent binary compatibility issues.
-
- 15 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Java inlines static finals if they're defined with a constant expression. In case of version constants we don't want that to happen, since they obviously change from version to version. If the user substitutes a different OpenCV jar without recompiling, we want user code to still have relevant values for the version constants. This arranges that by turning constant values into function calls, which no longer count as a constant expression.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 10 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
It increases performance on some devices like Nexus4. Target Android SDK version increased up to 14.
-
- 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
Now the features2d class wrappers use composition instead of inheritance.
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 19 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
Typo breaks debug build for Android platform.
-
- 15 Aug, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 13 Aug, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
- enable auto-wrap of VideoCapture; - minor refactoring of generated code templates.
-
- 06 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 05 Aug, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 25 Jul, 2013 2 commits
-
-
Jan Starzynski authored
-
Jan Starzynski authored
-
- 24 Jul, 2013 1 commit
-
-
Jan Starzynski authored
-
- 18 Jul, 2013 2 commits
-
-
Jan Starzynski authored
-
Jan Starzynski authored
-
- 17 Jul, 2013 2 commits
-
-
Jan Starzynski authored
-
Jan Starzynski authored
-
- 02 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-