Alexander Alekhin
44d7435a48
build: eliminate calls of removed functionality from C++17
...
Most part is deprecated since C++11
7 years ago
Alexander Alekhin
f77f2876ff
Merge pull request #10800 from alalek:parallel_for_update
7 years ago
Alexander Alekhin
914f57f28d
core(parallel_for): fix data race
7 years ago
Dmitry Kurtaev
ed94136548
OpenCV face detection network using Inference Engine backend
7 years ago
Alexander Alekhin
c973aaabc5
Merge pull request #10787 from dkurt:dnn_tutorial_face_detection
7 years ago
Vitaly Tuzov
3267fb90c6
Updated check on OutputArray to allow recreation of fixed_size for 1-d sizes array
7 years ago
Alexander Alekhin
b10fedde56
core(parallel_for): cleanup
...
remove 'dont_wait' (can be replaced with has_wake_signal)
7 years ago
Dmitry Kurtaev
8817907647
Test for FP16 version of OpenCV face detection network
7 years ago
Alexander Alekhin
398ebbac98
Merge pull request #10795 from pengli:dnn
7 years ago
Li Peng
c43498c6ad
check vector emptiness before access it
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
389fa5d38e
slice layer ocl update
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
2a1f46c42d
Merge pull request #9770 from alalek:refactor_test_files
7 years ago
Maksim Shabunin
e225850cc6
Split persistence.cpp into smaller pieces ( #10788 )
...
* Extracted base64 persistence functionality
* Extracted YML persistence functionality
* Extracted JSON persistence functionality
* Extracted XML persistence functionality
* Extracted public C and C++ interfaces implementation in persistence
* Persistence: cleanup and fixes
* fixup! Persistence: cleanup and fixes
7 years ago
Dmitry Kurtaev
10e1de74d2
Intel Inference Engine deep learning backend ( #10608 )
...
* Intel Inference Engine deep learning backend.
* OpenFace network using Inference Engine backend
7 years ago
Vadim Pisarevsky
292dfc2d72
Merge pull request #10789 from mshabunin:split-matrix
7 years ago
denmatfoton
b085158d59
Fix unstable work of stereoRectify function. Issue description: https://github.com/opencv/opencv/issues/10791
7 years ago
Maksim Shabunin
904640c9ae
Split matrix.cpp into smaller pieces
7 years ago
Alexander Alekhin
06455fc0cd
Merge pull request #10764 from sturkmen72:update_cmake
7 years ago
Suleyman TURKMEN
3b191bf2dd
update CMakeList.txt
7 years ago
berak
56bcdfd7d9
Merge pull request #10777 from berak:dnn_colorize_cpp
...
* dnn: add colorization.cpp
* Update arguments of dnn/colorization.py
7 years ago
Vadim Pisarevsky
14089b1e7c
Merge pull request #10782 from csukuangfj:patch-1
7 years ago
Dmitry Kurtaev
5f6077bc62
Tool to generate text graphs for SSD models from TensorFlow ( #10723 )
...
* Added tool to generate text graph for SSD models from TensorFlow
* Update tf_text_graph_ssd.py
7 years ago
Alexander Alekhin
19a914be16
Merge pull request #10759 from mshabunin:fix-msvc-lto-debug
7 years ago
csukuangfj
f1c91a8d34
Fix issue #10781
...
Fix issue #10781 .
7 years ago
Alexander Alekhin
5a71f4a0ca
Merge pull request #10775 from alalek:update_valgrind_suppression
7 years ago
Alexander Alekhin
a449731a57
valgrind: update suppression rules
7 years ago
Alexander Alekhin
e801e336ed
Merge pull request #10769 from mshabunin:add-tbb-cmake-support
7 years ago
Alexander Alekhin
0d01b97b75
cuda: don't use std::numeric_limits
...
CUDA code uses own implementation in cuda/limits.hpp
7 years ago
Alexander Alekhin
7fedfa0380
cudev(test): avoid namespace check
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Maksim Shabunin
108d07c655
TBB: added workaround for linking issue with conflicting system and custom libraries
7 years ago
Maksim Shabunin
34a9ce6eb3
cmake: support searching for TBB via cmake package mechanism
7 years ago
Alexander Alekhin
f1e50ecab3
ts: fix missing std::tr1 (C++17)
7 years ago
Alexander Alekhin
a0ce12f8ba
Merge pull request #10767 from alalek:fix_cmake
7 years ago
Alexander Alekhin
3d6659112f
cmake: fix includes processing
7 years ago
Rostislav Vasilikhin
1055f9d208
Merge pull request #10757 from savuor:test_hist_renew
...
* old types removed
* QueryHist tests: new types
* ThreshHist tests: new types
* CalcHist tests: new types
* CalcBackProject tests: new types
* CalcBackProjectPatch tests: new types
* const ref added
7 years ago
Alexander Alekhin
403c3c3d03
Merge pull request #10766 from mshabunin:fix-world-interface-include
7 years ago
Alexander Alekhin
877b175565
Merge pull request #10758 from mshabunin:allow-many-contrib
7 years ago
Alexander Alekhin
82f889d9b8
Merge pull request #10765 from BelBES:sb/findContours_fix
7 years ago
Maksim Shabunin
7eb37bd1dd
Fixed components INTERFACE_INCLUDE_DIRECTORY property in "world" builds
7 years ago
Harshal Nishar
384fa95680
Fix in Canny when Sobel apertureSize is 7 ( #10743 )
...
* Fixing a bug in Canny implemetation when Sobel aperture size is 7.
* Fixing the bug in Canny accross variants and in test_canny.cpp
* Replacing a tab with white space
7 years ago
sergeybe
2266a8c85f
fix FindContours default offset for CV_LINK_RUNS method
7 years ago
Vadim Pisarevsky
83761d5f8e
Merge pull request #10761 from seiko2plus:issue10753
7 years ago
Alexander Alekhin
ecbd5b0574
Merge pull request #10751 from nglee:dev
7 years ago
Ya-Chiu Wu
c8d8b1fbcd
Merge pull request #10553 from GlueCrow:bgfg_knn_opencl
...
Add ocl version BackgroundSubtractorKNN (#10553 )
* Add ocl version bgfg_knn
* Add ocl KNN perf test
* ocl KNN: Avoid unnecessary initializing when non-UMat parameters are used
* video: turn off OpenCL for color KNN on Intel devices
due performance degradation
* video: turn off KNN OpenCL on Apple devices with Intel iGPU
due process freeze during clBuildProgram() call
7 years ago
Alexander Alekhin
92fb3fb33f
Merge pull request #10763 from alalek:issue_10760
7 years ago
Alexander Alekhin
02bc17be6f
js: filterout OpenCL headers
7 years ago
Sayed Adel
534dcbe017
core:ppc Fix compile issue with Eigen
7 years ago
Alexander Alekhin
12cd3b55ec
Merge pull request #10756 from terfendail:orb_firstlevel
7 years ago
Alexander Alekhin
bbfa239036
Merge pull request #10706 from alalek:exception_opencv_version
7 years ago