- 03 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jun, 2017 2 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
- 20 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
- cmake dependencies search (WITH_MFX option) - raw H264, H265, MPEG2 encoding and decoding - tests for supported formats
-
- 11 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 08 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 May, 2017 1 commit
-
-
Robin Chavignat authored
-
- 19 May, 2017 1 commit
-
-
Ryuhei Mori authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 15 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Mar, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 23 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2017 1 commit
-
-
Gabriel B. Nunes authored
CMake has a long-standing bug/feature (see [here](https://cmake.org/pipermail/cmake/2015-March/060204.html) and reply [here](https://cmake.org/pipermail/cmake/2015-March/060209.html)) which can mangle certain path variables by attempting to make them into relative paths if you try to set them with CACHE PATH. Say you have your OpenCV download at `/path/on/my/computer/to/opencv/`. What actually happens is that if you try to set this variable by invoking CMAKE with `-DCMAKE_INSTALL_PREFIX=/my/desired/install/path`, what you end up is *not* `/usr/local/` and *not* `my/desired/install/path`, but instead, this monstrosity: `/path/on/my/computer/to/opencv/src/OpenCV-build//my/desired/install/path`. That is, CMake attempts, for some reason, to turn the path that you passed into a path relative to `${CMAKE_BINARY_DIR}`. See the links I posted above: this is a known (and apparently unfixable) issue with CMake. In OpenCV's case, among other potential issues, this leads to broken paths in `opencv_tests_config.hpp`, which can break the build or cause bizarre behaviour. The fix for this issue, as stated in my links above, is to test that the variable hasn't been set yet with an `if(NOT DEFINED ...)` before attempting to set it. This is what I've implemented here. I admit I don't know enough about OpenCV's internals to know whether you *really* need to force the install to be in `/usr/local`, but as it stands right now you get *neither* a clean `/usr/local` path *nor* a customized `/my/desired/install/path`, but a broken mess. This change at least allows the user to customize their install directory. In the meantime, there's a workaround for this, by explicitly defining the variable as a path with `-DCMAKE_INSTALL_PREFIX:PATH=my/desired/install/path`. But if this change can save anyone else the hours of headaches that I had today, I'll be happy.
-
- 09 Feb, 2017 1 commit
-
-
Ilija Puaca authored
-
- 31 Jan, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 23 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 22 Dec, 2016 1 commit
-
-
Vadim Pisarevsky authored
* moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository. * trying to fix the bug with undefined symbols sgesdd_ and dgesdd_ * removed extra whitespaces; disabled LAPACK on IOS
-
- 13 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 01 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 29 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Nov, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Useful for debug purposes: cmake -DDEBUG_POST="ocv_cmake_dump_vars(CUDA)" . cmake -DCMAKE_PRE="ocv_cmake_dump_vars(\"OPENCL|opencl\")" .
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 18 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 22 Oct, 2016 1 commit
-
-
Arek authored
Aravis several updates * Fix adressing camera with id=0 * Aravis buffer property control & status added * Modify of autoexposure algorith, ream frame ID from aravis + new properites * Change of macro name * VideoCapture now returns no frame on camera disconnecion * Allow aravis-0.4 usage, proper camera object release.
-
- 07 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 04 Oct, 2016 1 commit
-
-
mshabunin authored
-
- 19 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 09 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 25 Aug, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 23 Aug, 2016 1 commit
-
-
yoffy authored
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 10 Aug, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 04 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
-