- 12 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 04 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 21 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.5
-
- 17 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.4
-
- 27 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
tested with NDK 17b (17.1.4828580)
-
- 14 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.3
-
- 10 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.2
-
- 01 Jun, 2018 1 commit
-
-
Vlad Kraevskiy authored
-
- 11 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 03 May, 2018 1 commit
-
-
cclauss authored
-
- 25 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 05 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.1
-
- 08 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 14 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
- configuration files for ABIs configuration - use builtin Android NDK's toolchain by default (force flag to use OpenCV's toolchain) - default values for 'work_dir' and 'opencv_dir'
-
- 13 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
- fix Javadoc: - generate Javadoc after gather step to process all Java files (including Android 21) - generate into 'OpenCV-android-sdk' directly without additional copy step - use smart copy/move utility functions ('shutil' doesn't well with existed destination) - by default move files to reduce pressure on storage I/O (> 800Mb)
-
- 05 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
Avoids this error message with CMake 3.10: CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. Related changes is that pkg-config tool is found (/usr/bin/pkg-config).
-
Alexander Alekhin authored
-
Erik Man authored
This makes it possible to compile OpenCV with for instance ndk-r16
-
Alexander Alekhin authored
-
- 15 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.0-rc
-
- 10 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.3.1
-
- 03 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.3.0
-
- 31 Jul, 2017 1 commit
-
-
berak 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+
-
- 19 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
3.2.0-rc
-
- 16 Sep, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Sep, 2016 1 commit
-
-
Matthew Cook authored
-
- 07 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 May, 2016 1 commit
-
-
Dmitry Mozgin authored
-
- 21 Jan, 2016 1 commit
-
-
Matt Leotta authored
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should be found on OS X. If INSTALL_NAME_DIR is not specified the loader will search relative to the standard search paths. If specified it should either be an absolute path or relative path prefixed with either @executable_path, @load_path, or @rpath. Specifying "lib" does not make sense here and causes linking error as documented here: http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/ and here http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found This patch removes INSTALL_NAME_DIR everywhere it is set to "lib". An alternate solution would be to set an absolute path like "${CMAKE_INSTALL_PREFIX}/lib" or relative path like "@executable_path/../lib". However, if there is not specific need for specifying a path, it is probably best left unset.
-
- 05 Jan, 2016 1 commit
-
-
Anush Elangovan authored
The Android NDK would be moving to Clang as its default compiler in the future. This patch allows OpenCV to build with the default c++_shared / c++_static TEST=Builds OpenCV with -DANDROID_TOOLCHAIN_NAME= aarch64-linux-android-clang3.6 -DANDROID_STL=c++_shared
-
- 18 Dec, 2015 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 12 Oct, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 01 Sep, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Aug, 2015 1 commit
-
-
Maksim Shabunin authored
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
-