- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 03 Jun, 2014 1 commit
-
-
Muto Masayuki authored
-
- 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
-
- 29 Jan, 2014 1 commit
-
-
Roman Donchenko authored
It's not documented, and it does nothing unless CMake 2.0 compatibility is enabled (and it isn't): https://github.com/Kitware/CMake/blob/v2.6.0/Source/cmConfigureFileCommand.cxx
-
- 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.
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 29 Dec, 2013 1 commit
-
-
Hilton Bristow authored
-
- 26 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Dec, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 18 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 06 Dec, 2013 1 commit
-
-
Ilya Lavrenov 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
-
- 05 Nov, 2013 2 commits
-
-
Vincent Rabaud authored
-
Vincent Rabaud authored
-
- 01 Nov, 2013 2 commits
-
-
Vincent Rabaud authored
The paths are defined properly with an escape "\ " but you cannot have an escape and quotes when piping (otherwise, escapes are understood as 2 characters). So just remove the quotes.
-
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.
-
- 24 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Linker dependencies to all OpenCV modules are invalid. We should not include other bindings in this list (like "opencv_python").
-
- 16 Oct, 2013 2 commits
-
-
Roman Donchenko authored
Previously, run.py would assume that the opencv_java library is in the same directory as the tests, which is only true on Windows. The library path depends on the build configuration, which may not be known until the actual build (e.g. with the Visual Studio generators), so it can't be stored in the CMake cache for run.py to read. I didn't want to hardcode into run.py where the library is on each platform, either. So that's why I used the current scheme with the properties file. It also makes running the tests without run.py a little easier.
-
Alexander Alekhin authored
-
- 15 Oct, 2013 2 commits
-
-
Roman Donchenko authored
We don't use it, anyway.
-
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.
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 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.
-
- 04 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-