- 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
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 21 Aug, 2013 3 commits
-
-
Roman Donchenko authored
-
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 3 commits
-
-
Andrey Pavlenko authored
-
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 2 commits
-
-
Andrey Pavlenko authored
-
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
-
- 28 Jun, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Kirill Kornyakov authored
-