- 07 Dec, 2018 2 commits
-
-
Maksim Shabunin authored
* Added dependency verification mechanism for cmake
-
Alexander Alekhin authored
moved to CMakeFiles (no conflicts are expected)
-
- 28 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 20 Nov, 2018 1 commit
-
-
Sayed Adel authored
- add infrastructure support for Power9/VSX3 - fix missing VSX flags on GCC4.9 and CLANG4(#13210, #13222) - fix disable VSX optimzation on GCC by using flag ENABLE_VSX - flag ENABLE_VSX is deprecated now, use CPU_BASELINE, CPU_DISPATCH instead - add VSX3 to arithmetic dispatchable flags
-
- 19 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Configures and loads OpenCV bindings extension including 3rdparty dependencies Based on running Python specify: - configure PYTHON_PATH (via "sys.path") - configure LD_LIBRARY_PATH / PATH
-
- 15 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
- drop EnableDelayedExpansion - pause on failed commands (non-interactive mode)
-
Dmitry Kurtaev authored
-
- 12 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 01 Nov, 2018 2 commits
-
-
Ivan Pozdeev authored
-
Alexander Alekhin authored
- CMake install COMPONENT: "scripts"
-
- 31 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Oct, 2018 2 commits
-
-
maver1 authored
* Updated ICV packages and IPP integration * core(test): minMaxIdx IPP regression test * core(ipp): workaround minMaxIdx problem * core(ipp): workaround meanStdDev() CV_32FC3 buffer overrun * Returned semicolon after CV_INSTRUMENT_REGION_IPP()
-
Alexander Alekhin authored
-
- 23 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 21 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Oct, 2018 1 commit
-
-
jasjuang authored
-
- 11 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Oct, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Nesterov authored
-
Alexander Alekhin authored
to detect process termination after ExitProcess() call
-
- 08 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
* cmake: don't ignore Python from PATH environment variable - this breaks selection between 32/64-bit Python - this breaks Anaconda/Conda environments - it is not the CMake default behavior, expected by many projects * cmake: add Python version check, fallback path on CMake 3.12+ * cmake: drop Python 2.6, allow version selection for Python 3.x
-
- 04 Oct, 2018 1 commit
-
-
Georgy Mironov authored
-
- 02 Oct, 2018 1 commit
-
-
Reid Kleckner authored
Avoids passing -Wall, which will enable literally every warning in Clang. Avoids passing -ffunction-sections etc to clang-cl, which each generate warnings.
-
- 17 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
* matlab: move to opencv_contrib * cmake: preserve variables scope for processing modules - use macro instead of function to avoid scope resets
-
- 13 Sep, 2018 2 commits
-
-
Maksim Shabunin authored
-
Khem Raj authored
When cross compiling with clang, the internal C++ headers are not found when adding sysroot to -isystem, that is redundant anyway because it will look for headers insider --sysroot path with same quality as it would do with -isystem otherwise Fixes errors like FAILED: 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexBaseExc.cpp.o .... In file included from TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/git/3rdparty/openexr/Iex/IexBaseExc.cpp:43: In file included from TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/git/3rdparty/openexr/Iex/IexBaseExc.h:48: In file included from TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/string:52: In file included from TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/bits/basic_string.h:6391: In file included from TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/ext/string_conversions.h:41: TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/cstdlib:75:15: fatal error: 'stdlib.h' file not found ^~~~~~~~~~ 1 error generated. Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- 10 Sep, 2018 1 commit
-
-
George Mironov authored
-
- 09 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 06 Sep, 2018 1 commit
-
-
Vadim Pisarevsky authored
* trying to fix the custom AVX2 builder test failures (false alarms) * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
-
- 30 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
except header file with conversion routines (will be removed in OpenCV 4.0)
-
- 28 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 14 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
via CMake: - `-DVA_LIBRARIES=/opt/intel/mediasdk/lib64/libva.so.2\;/opt/intel/mediasdk/lib64/libva-drm.so.2`
-
- 03 Aug, 2018 1 commit
-
-
Sacha authored
-
- 01 Aug, 2018 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
- tests for both SIMD128 / SIMD256 - different dispatched + baseline(SIMD128) intrinsics
-
- 31 Jul, 2018 2 commits
-
-
Maksim Shabunin authored
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-