- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 29 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 29 Jul, 2015 1 commit
-
-
Evgeny Talanin authored
-
- 26 May, 2015 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 24 Apr, 2015 1 commit
-
-
Simon Heinen authored
Update android+AsyncServiceHelper.java Update android+AsyncServiceHelper.java changed tabs in last commit to spaces Update android+AsyncServiceHelper.java small formatting fixes
-
- 25 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: highgui/include/opencv2/highgui/highgui_c.h modified: highgui/src/cap_dshow.cpp modified: java/generator/gen_java.py The correction of the orthographic error in the enumeration constant CAP_PROP_MONOCROME has been undone.
-
- 20 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: modules/highgui/include/opencv2/highgui/highgui_c.h modified: modules/highgui/src/cap_dshow.cpp modified: modules/highgui/src/cap_pvapi.cpp modified: modules/java/generator/gen_java.py Änderungen in der PvAPI hinzugefügt.
-
- 20 Feb, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 16 Feb, 2015 1 commit
-
-
Alexander Alekhin authored
1) Fixed deadlock if camera is started and stopped immediately 2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait 3) Fixed buffer usage: a) fix eliminates processing of zero NV12 (green in RGB) first frame b) latest ready frame is delivered for processing (not previous)
-
- 19 Nov, 2014 1 commit
-
-
StevenPuttemans authored
-
- 30 Sep, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 31 May, 2014 1 commit
-
-
aletheios 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 2 commits
-
-
Alexander Smorkalov authored
(cherry picked from commit dbe76342)
-
Alexander Smorkalov authored
-
- 10 Feb, 2014 2 commits
-
-
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. (cherry picked from commit 6ae4a9b0)
-
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.(cherry picked from commit c41e8006)
-
- 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.
-
- 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 1 commit
-
-
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.
-
- 24 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit b75cbfde) Conflicts: cmake/OpenCVModule.cmake
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov 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
-
- 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
-