- 03 Mar, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Mar, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Feb, 2016 2 commits
-
-
Maksim Shabunin authored
-
Alexander Shishkov authored
This project is dead from the 1st September last year
-
- 02 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2016 1 commit
-
-
atinfinity authored
-
- 30 Jan, 2016 1 commit
-
-
atinfinity authored
-
- 23 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jan, 2016 6 commits
-
-
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.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
Vitaly Tuzov authored
Fixed "Conditional jump or move depends on uninitialised value(s)" valgrind issue due to wrong pointer recalculation for zero level of pyramid.
-
Alexander Alekhin authored
-
- 20 Jan, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Elena Gvozdeva authored
-
- 19 Jan, 2016 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Jan, 2016 1 commit
-
-
Vitaly Tuzov authored
Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used. Fixed icvCaptureFromCAM_V4L return value in case of V4L2 camera initialization failure.
-
- 15 Jan, 2016 2 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
- 12 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 11 Jan, 2016 3 commits
-
-
takacsd authored
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
- 24 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 23 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
atinfinity authored
-
- 22 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 21 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
- #3771 - inline round on ARM - #5633 - documentation for MSER - #5666 - run.py fixes
-
- 16 Dec, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 09 Dec, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Dec, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 02 Dec, 2015 1 commit
-
-
Teng Cao authored
minor fix since predict() returun int
-