- 31 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Aug, 2017 1 commit
-
-
Aleksandr Rybnikov authored
-
- 19 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Aug, 2017 1 commit
-
-
John Hany authored
-
- 19 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 02 Jul, 2017 1 commit
-
-
abratchik authored
-
- 22 Jun, 2017 1 commit
-
-
likan999 authored
Previous commit, 6f39f9a6, tries to fix the color issue for emulator. But the condition for detecting emulator is incomplete, e.g. it stops working for emulators using Google Play, whose Build.BRAND=="google". https://stackoverflow.com/a/21505193 shows a more accurate condition for this.
-
- 15 Jun, 2017 1 commit
-
-
abratchik authored
-
- 06 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 29 May, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 02 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 26 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
- eliminate CMake 3.5+ warnings - removed usage of dropped "OPENCV_CAMERA_MODULES" variable - partial support for Android NDK 11+
-
- 05 Apr, 2017 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 18 Mar, 2017 1 commit
-
-
Kerry Billingham authored
* Introduced OSGi Blueprint XML file and Bean class too automatically load the native library. * Introduced integration testing module to deploy to Karaf OSGi implementation. * Clears library executable stack flag during build. * Updated README document.
-
- 15 Mar, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 07 Mar, 2017 1 commit
-
-
Kuan-Yi Li authored
-
- 03 Mar, 2017 2 commits
-
-
Philipp Hasper authored
Synchronizing against non-final fields is advised against.
-
Jose Gómez authored
* Use the YV12 format in the Android emulator to avoid image issues * Removed trailing spaces * Added exception in else case * Removed tab
-
- 02 Mar, 2017 1 commit
-
-
Hans Gaiser authored
-
- 31 Jan, 2017 1 commit
-
-
utibenkei authored
-
- 30 Dec, 2016 1 commit
-
-
utibenkei authored
-
- 19 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
3.2.0-rc
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 06 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Nov, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 Oct, 2016 2 commits
- 15 Oct, 2016 1 commit
-
-
abratchik authored
-
- 13 Oct, 2016 1 commit
-
-
abratchik authored
-
- 12 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
To resolve undefined "Mat_to_vector_KeyPoint" error
-
- 10 Oct, 2016 1 commit
-
-
abratchik authored
improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3)
-
- 07 Oct, 2016 3 commits
-
-
Alexander Alekhin authored
Before: Ptr<Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj) After: Ptr<cv::aruco::Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
-
Alexander Alekhin authored
-
abratchik authored
-