Alexander Alekhin
|
dd06540e1f
|
openvino: use 2018R3 defines
|
6 years ago |
Alexander Alekhin
|
8b197c58e6
|
openvino: use 2018R3 defines
|
6 years ago |
Alexander Alekhin
|
216cd7dc61
|
cmake: allow to specify own libva paths
via CMake:
- `-DVA_LIBRARIES=/opt/intel/mediasdk/lib64/libva.so.2\;/opt/intel/mediasdk/lib64/libva-drm.so.2`
|
6 years ago |
Sacha
|
9ff4475695
|
Support WITH_CUDA with clang compiler.
|
6 years ago |
Maksim Shabunin
|
2df0345985
|
cmake: add download helper scripts
|
6 years ago |
Alexander Alekhin
|
3f302cabb8
|
core(test): intrinsic tests for all dispatched CPU optimizations
- tests for both SIMD128 / SIMD256
- different dispatched + baseline(SIMD128) intrinsics
|
6 years ago |
Maksim Shabunin
|
5aceee5a36
|
Restored tests dependencies processing
|
6 years ago |
luz.paz
|
2003eb1b9b
|
Misc. typos
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
|
6 years ago |
Maksim Shabunin
|
7cf52de47e
|
dnn: modified IE search, R2 compatibility fixed
|
6 years ago |
Maksim Shabunin
|
597db69151
|
ts: test case list is printed after cmd line parsing, refactored
|
6 years ago |
Dmitry Kurtaev
|
0c4d5ffecd
|
Do not copy cv_cpu_helper.h to parent if OpenCV is a submodule
|
6 years ago |
Alexander Alekhin
|
5b72e83687
|
cmake: prefer using find_package(InferenceEngine)
|
6 years ago |
Alexander Alekhin
|
014ae55379
|
cmake: update DL IE detection to align with OpenVINO 2018 R2
These CMake options are enough:
- `-DWITH_INF_ENGINE=ON`
- `-DIE_PLUGINS_PATH=lib/ubuntu_16.04/intel64`
- `-DENABLE_CXX11=ON` (OpenCV 3.4 only)
|
6 years ago |
Alexander Alekhin
|
e79c729b20
|
CUDA: allow to use external FindCUDA from modern CMake
CMake 3.9.0+ is required
|
7 years ago |
Kuang Fangjun
|
8e24a8b7c0
|
remove a redundant option.
|
7 years ago |
Alexander Alekhin
|
dd7f88bd68
|
python: support standalone Python bindings build
- requires OpenCV source directory
- requires OpenCV binary directory with built modules and 'python_bindings_generator' target
|
7 years ago |
Kuang Fangjun
|
9ae28415ec
|
fix doc.
|
7 years ago |
Alexander Alekhin
|
b934702c7f
|
cmake: support find_package(FFMPEG)
Use "OPENCV_FFMPEG_USE_FIND_PACKAGE" variable to specify find_package() parameters
|
7 years ago |
Dmitry Kurtaev
|
f96f934426
|
Update Intel's Inference Engine deep learning backend (#11587)
* Update Intel's Inference Engine deep learning backend
* Remove cpu_extension dependency
* Update Darknet accuracy tests
|
7 years ago |
Alexander Enaldiev
|
84584002f2
|
Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats
* imgcodecs cmake: the option to customize supported formats list (WITH_IMGCODEC_HDR, WITH_IMGCODEC_SUNRASTER, WITH_IMGCODEC_PXM)
* imgcodecs: fixes
- fixed CMake scripts (=OFF doesn't really work)
- restore dropped GDCM block
- added _IMGCODEC_ prefix
- fixed tests
- include PAM format under WITH_IMGCODEC_PXM option
|
7 years ago |
Maksim Shabunin
|
020ad1ac76
|
dnn: allow setting IE paths via command line
|
7 years ago |
Alexander Alekhin
|
d4a8a9ee96
|
cmake: filter NVCC compiler flags (Wimplicit-fallthrough, OPENCV_CUDA_NVCC_FILTEROUT_OPTIONS)
issue 11552
|
7 years ago |
Alexander Alekhin
|
f8252702a8
|
3rdparty: integrate libjpeg-turbo build scripts into OpenCV
|
7 years ago |
Alexander Alekhin
|
43177b1f6f
|
cmake: added check_flake8 target
|
7 years ago |
Sayed Adel
|
788d6a7105
|
cmake: Disable -Wsuggest-override option in case of using PCH #11433
|
7 years ago |
Alexander Alekhin
|
80934dc488
|
cmake: update 'git describe' information
|
7 years ago |
Alexander Alekhin
|
56222f35bb
|
cmake: fix CPU_BASELINE_FINAL filling
- remove duplicates
- restore "always on" missing entries
- fix FP16 detection on MSVC
|
7 years ago |
Alexander Alekhin
|
2a330e3006
|
cuda: eliminate warnings
|
7 years ago |
Alexander Enaldiev
|
677dc802ae
|
protobuf build documenting: move the WITH_PROTOBUF option to the top level
|
7 years ago |
Alexander Alekhin
|
ef2548778c
|
build: -Wimplicit-fallthrough warning for GCC 7+ only
|
7 years ago |
Vitaly Tuzov
|
80600e5cdc
|
Added DXVA hardware acceleration to MSMF-based VideoCapture
|
7 years ago |
Alexander Alekhin
|
a2d6fc7ac0
|
cmake: fix popcnt detection
via GCC/Clang __POPCNT__ define
|
7 years ago |
Alexander Alekhin
|
ff6ce6cd01
|
cmake: change CPU_BASELINE=DETECT for MacOSX
|
7 years ago |
Maksim Shabunin
|
abce51fb7b
|
cmake config: adding fallback to VS 2015 if distribution does not have VS 2017 binaries
|
7 years ago |
Dmitry Kurtaev
|
bd77d100e1
|
Enable some tests for clDNN plugin from Intel's Inference Engine
|
7 years ago |
Alexander Alekhin
|
12e8e33144
|
build: enable -Wimplicit-fallthrough warning for OpenCV modules
|
7 years ago |
Alexander Alekhin
|
97882d03cc
|
core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option
Reproducer:
cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
|
7 years ago |
Alexander Alekhin
|
5b867b6f1f
|
cmake: fix CPU_BASELINE=NATIVE on MSVS
|
7 years ago |
Tomoaki Teshima
|
a40354d16f
|
use correct name for NVIDIA
* remove NVidia and Nvidia
* replace Cuda with CUDA
* keep the letters for API
|
7 years ago |
Alexander Alekhin
|
5e03011496
|
cmake: fix Ninja generator warning about pylintrc
CMake generated files is a part of target depends list.
Details: `cmake --help-policy CMP0058`
|
7 years ago |
Alexander Alekhin
|
784c8436fd
|
cmake: update PDB installation
|
7 years ago |
Vladislav Sovrasov
|
0d9c63744e
|
Add CPU default extensions loading in IE dnn backend (#11252)
* Add CPU default extensions loading in IE dnn backend
* Load cpu_extensions for the future Intel's Inference Engine
|
7 years ago |
Maksim Shabunin
|
b88609a921
|
Reduced direct TBB dependencies
|
7 years ago |
Alexander Alekhin
|
4990506948
|
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
|
7 years ago |
Alexander Alekhin
|
6abfc6761e
|
android: refactor Android SDK detection
- properly detect Android SDK support of Ant/Gradle projects
- divide processing of And/Gradle based projects
|
7 years ago |
Alexander Alekhin
|
87498bc6d4
|
cmake: workaround CPATH ipp_iw issue
CPATH entries are processed before any -isystem:
https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
|
7 years ago |
Alexander Alekhin
|
0ede1b5b22
|
cmake: enable override warnings (requires C++11 compilation mode)
|
7 years ago |
Alexander Alekhin
|
6c8014e7d1
|
cmake: disable checks for protobuf generated files
|
7 years ago |
Alexander Alekhin
|
6bd80ba71b
|
cmake: use SYSTEM include directories
|
7 years ago |
Dmitry Kurtaev
|
2f3a9ba1d4
|
Update OpenCVDetectInferenceEngine.cmake
|
7 years ago |