Dmitry Kurtaev
|
0c4d5ffecd
|
Do not copy cv_cpu_helper.h to parent if OpenCV is a submodule
|
2018-07-24 09:36:28 +03:00 |
|
Alexander Alekhin
|
5b72e83687
|
cmake: prefer using find_package(InferenceEngine)
|
2018-07-17 15:31:11 +03:00 |
|
Alexander Alekhin
|
60994389a6
|
Merge pull request #11985 from alalek:cmake_update_inference_engine_detection
|
2018-07-16 15:49:19 +00:00 |
|
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)
|
2018-07-16 14:02:23 +03:00 |
|
Alexander Alekhin
|
e79c729b20
|
CUDA: allow to use external FindCUDA from modern CMake
CMake 3.9.0+ is required
|
2018-07-12 14:33:14 +03:00 |
|
Kuang Fangjun
|
8e24a8b7c0
|
remove a redundant option.
|
2018-07-02 09:45:28 +08:00 |
|
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
|
2018-06-07 15:16:39 +03:00 |
|
Alexander Alekhin
|
ec30b1294f
|
Merge pull request #11636 from alalek:cmake_ffmpeg_find_package
|
2018-06-04 14:37:36 +00:00 |
|
Kuang Fangjun
|
9ae28415ec
|
fix doc.
|
2018-06-03 17:44:24 +08:00 |
|
Alexander Alekhin
|
b934702c7f
|
cmake: support find_package(FFMPEG)
Use "OPENCV_FFMPEG_USE_FIND_PACKAGE" variable to specify find_package() parameters
|
2018-05-31 18:27:01 +03:00 |
|
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
|
2018-05-31 14:05:21 +03:00 |
|
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
|
2018-05-22 15:10:15 +00:00 |
|
Alexander Alekhin
|
573e790107
|
Merge pull request #11558 from alalek:issue_11552
|
2018-05-22 14:19:13 +00:00 |
|
Maksim Shabunin
|
020ad1ac76
|
dnn: allow setting IE paths via command line
|
2018-05-22 14:40:03 +03:00 |
|
Alexander Alekhin
|
d4a8a9ee96
|
cmake: filter NVCC compiler flags (Wimplicit-fallthrough, OPENCV_CUDA_NVCC_FILTEROUT_OPTIONS)
issue 11552
|
2018-05-21 17:54:11 +03:00 |
|
Alexander Alekhin
|
c6a9de812b
|
Merge pull request #11497 from alalek:libjpeg-turbo
|
2018-05-14 12:17:10 +00:00 |
|
Alexander Alekhin
|
f8252702a8
|
3rdparty: integrate libjpeg-turbo build scripts into OpenCV
|
2018-05-11 18:29:57 +03:00 |
|
Alexander Alekhin
|
43177b1f6f
|
cmake: added check_flake8 target
|
2018-05-11 17:32:22 +03:00 |
|
Sayed Adel
|
788d6a7105
|
cmake: Disable -Wsuggest-override option in case of using PCH #11433
|
2018-05-02 09:12:55 +00:00 |
|
Alexander Alekhin
|
80934dc488
|
cmake: update 'git describe' information
|
2018-04-28 17:17:31 +03:00 |
|
Alexander Alekhin
|
e7adce851c
|
Merge pull request #11314 from terfendail:msmf_camera
|
2018-04-27 19:34:29 +03:00 |
|
Alexander Alekhin
|
1031dfe4e8
|
Merge pull request #11402 from alalek:build_warnings
|
2018-04-26 19:04:37 +00:00 |
|
Alexander Alekhin
|
56222f35bb
|
cmake: fix CPU_BASELINE_FINAL filling
- remove duplicates
- restore "always on" missing entries
- fix FP16 detection on MSVC
|
2018-04-26 17:13:42 +03:00 |
|
Alexander Alekhin
|
2a330e3006
|
cuda: eliminate warnings
|
2018-04-26 15:06:59 +03:00 |
|
Alexander Enaldiev
|
677dc802ae
|
protobuf build documenting: move the WITH_PROTOBUF option to the top level
|
2018-04-26 13:58:13 +03:00 |
|
Alexander Alekhin
|
ef2548778c
|
build: -Wimplicit-fallthrough warning for GCC 7+ only
|
2018-04-24 16:03:40 +03:00 |
|
Vitaly Tuzov
|
80600e5cdc
|
Added DXVA hardware acceleration to MSMF-based VideoCapture
|
2018-04-24 13:42:49 +03:00 |
|
Alexander Alekhin
|
a2d6fc7ac0
|
cmake: fix popcnt detection
via GCC/Clang __POPCNT__ define
|
2018-04-24 12:40:25 +03:00 |
|
Alexander Alekhin
|
ff6ce6cd01
|
cmake: change CPU_BASELINE=DETECT for MacOSX
|
2018-04-23 19:42:49 +03:00 |
|
Alexander Alekhin
|
dca9ca1cac
|
Merge pull request #11363 from mshabunin:compat-vc2017
|
2018-04-23 09:24:39 +00:00 |
|
Alexander Alekhin
|
29b4fd2774
|
Merge pull request #11351 from dkurt:dnn_enable_inf_engine_tests
|
2018-04-23 09:16:39 +00:00 |
|
Maksim Shabunin
|
abce51fb7b
|
cmake config: adding fallback to VS 2015 if distribution does not have VS 2017 binaries
|
2018-04-23 09:33:27 +03:00 |
|
Dmitry Kurtaev
|
bd77d100e1
|
Enable some tests for clDNN plugin from Intel's Inference Engine
|
2018-04-20 10:47:46 +03:00 |
|
Alexander Alekhin
|
12e8e33144
|
build: enable -Wimplicit-fallthrough warning for OpenCV modules
|
2018-04-19 19:54:03 +03:00 |
|
Alexander Alekhin
|
97882d03cc
|
core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option
Reproducer:
cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
|
2018-04-18 14:13:03 +03:00 |
|
Alexander Alekhin
|
5b867b6f1f
|
cmake: fix CPU_BASELINE=NATIVE on MSVS
|
2018-04-17 19:34:35 +03:00 |
|
Alexander Alekhin
|
a2d6ee2d31
|
Merge pull request #11305 from tomoaki0705:typoNVIDIA
|
2018-04-13 12:56:42 +00:00 |
|
Tomoaki Teshima
|
a40354d16f
|
use correct name for NVIDIA
* remove NVidia and Nvidia
* replace Cuda with CUDA
* keep the letters for API
|
2018-04-13 20:33:19 +09:00 |
|
Alexander Alekhin
|
73f4907dc0
|
Merge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc
|
2018-04-10 14:36:12 +00:00 |
|
Alexander Alekhin
|
333973b846
|
Merge pull request #11276 from alalek:install_pdb
|
2018-04-10 14:35:32 +00:00 |
|
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`
|
2018-04-10 12:23:10 +03:00 |
|
Alexander Alekhin
|
b76ce0e0a4
|
Merge pull request #11253 from mshabunin:decrease-tbb-dependency
|
2018-04-09 16:03:34 +00:00 |
|
Alexander Alekhin
|
784c8436fd
|
cmake: update PDB installation
|
2018-04-09 18:50:58 +03:00 |
|
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
|
2018-04-09 16:22:19 +03:00 |
|
Vadim Pisarevsky
|
29869c5b91
|
Merge pull request #11243 from alalek:with_cuda_default_off
|
2018-04-09 09:46:34 +00:00 |
|
Maksim Shabunin
|
b88609a921
|
Reduced direct TBB dependencies
|
2018-04-06 14:21:15 +03:00 |
|
Alexander Alekhin
|
4990506948
|
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
|
2018-04-05 19:23:58 +00:00 |
|
Alexander Alekhin
|
6abfc6761e
|
android: refactor Android SDK detection
- properly detect Android SDK support of Ant/Gradle projects
- divide processing of And/Gradle based projects
|
2018-04-05 19:19:31 +00:00 |
|
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
|
2018-03-28 18:43:28 +03:00 |
|
Alexander Alekhin
|
0ede1b5b22
|
cmake: enable override warnings (requires C++11 compilation mode)
|
2018-03-28 18:43:28 +03:00 |
|