Sayed Adel
5a77f4cee3
Merge pull request #14007 from seiko2plus:core_avx512_infa
...
* core: improve AVX512 infrastructure by adding more CPU features groups
* cmake: use groups for AVX512 optimization flags
* core: remove gap in CPU flags enumeration
* cmake: restore default CPU_DISPATCH
6 years ago
Dmitry Kurtaev
adc1ef9308
Fix uint8 input data for Async mode of dnn
6 years ago
Alexander Alekhin
610f5481c1
core(ocl): ocl::Kernels::args() via variadic template
6 years ago
Alexander Alekhin
03ec1ca0a4
Merge pull request #14403 from alalek:issue_14372
6 years ago
Alexander Alekhin
04caf0549d
video(DIS): OpenCL workaround for AMDGPU
6 years ago
Alexander Alekhin
0e1dd63f5e
video(DIS): use OpenCL shared mem
...
- fix perf test iterations
6 years ago
Alexander Alekhin
fc57129300
Merge pull request #14431 from catree:feat_solvePnPRefine
6 years ago
Alexander Alekhin
b7ca3d77a6
Merge pull request #14465 from unrandomness:master
6 years ago
seungju
ceff82877d
fix a typo in md file
...
fix a typo in ml_intro.md, tress -> trees
6 years ago
Thang Tran
1aff378ae8
imgproc: fixed bug from intersectConvexConvex
...
Added checks for all of vertices from each contour instead of checking
only for the first vertex.
6 years ago
Alexander Alekhin
e28e3c9491
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
163d5e4d39
Merge pull request #14368 from dkurt:dnn_ie_tests
6 years ago
Alexander Alekhin
bc9893799d
Merge pull request #14457 from alalek:dnn_fix_msvc_build
6 years ago
Alexander Alekhin
076ee65c85
Merge pull request #14448 from rgarnov:gapi_gmatp
6 years ago
Alexander Alekhin
1c092a181d
Merge pull request #14454 from dkurt:dnn_tf_subgraph_fusion
6 years ago
Dmitry Kurtaev
a6ed8f268a
Remove extra weights cloning from TensorFlow importer
6 years ago
Alexander Alekhin
ddfaa41f07
Merge pull request #14452 from alalek:issue_14432
6 years ago
Ruslan Garnov
834d438d6e
Added GMatP type
6 years ago
Lubov Batanina
77fa59c3da
Merge pull request #14301 from l-bat:conv3d
...
Support Convolution3D layer on IE backend (#14301 )
* Add Convolution3D layer
* Disable CXX11
* Fixed tests
* Add Pooling3D layer
* Merge Conv2d with Conv3d and Pool2d with Pool3d layers
* Split pads
* Add Deconvolution layer
* Refactoring
* Deduplication
* Refactoring
* Add utils for Convolution and Pooling layers
6 years ago
Alexander Alekhin
3bcbd2a078
Merge pull request #14451 from alalek:fix_perf_calibation
6 years ago
Alexander Alekhin
85ea37ac01
Merge pull request #14450 from alalek:ts_hide_zero_memory_message
6 years ago
catree
dac31e84fb
Add solvePnPRefineLM to refine a pose according to a Levenberg-Marquardt iterative minimization process. Add solvePnPRefineVVS to refine a pose using a virtual visual servoing scheme.
6 years ago
Alexander Alekhin
138a80611c
build: avoid MSVC ICE
6 years ago
Alexander Alekhin
2da00161c5
Merge pull request #14446 from mshabunin:old-v4l
6 years ago
anton-potapov
f5801ee7da
Merge pull request #14346 from anton-potapov:gapi_async
...
* Async API for GAPI
- naive implementation as a starting point
* Fix namespace comment in header
6 years ago
Dmitry Kurtaev
9408c3e640
Refactored TensorFlow subgraphs fusion
6 years ago
Alexander Alekhin
1c180f4c7f
imgproc: fix RemoveOverlaps() with empty input vector
6 years ago
Alexander Alekhin
cd4926778e
ts: fix perf calibation
...
properly handle "check" mode with:
"--perf_min_samples=1 --perf_force_samples=1"
6 years ago
Alexander Alekhin
38c0278be3
ts: silence zero memory usage messages
6 years ago
Alexander Alekhin
ffd4a27901
Merge pull request #14443 from dkurt:fix_14435
6 years ago
Maksim Shabunin
683acd9ae2
Support very old V4L
6 years ago
Alexander Alekhin
faca45a7ea
Merge pull request #14429 from rgarnov:gapi_fluid_fix_small_rois
6 years ago
ostarling
643d9df42d
Merge pull request #14411 from ostarling:3.4_fix_for_14242
...
* Fix for Homogenous precision #14242 :
- moved scale computation to an inline function
- use std::numeric_limits<float>::epsilon() instead of != 0.0
* Fix for Homogenous precision #14242 :
- fixed warnings for type conversion
* Fix for Homogenous precision #14242 :
- use float epsilon() for truncation of doubles
6 years ago
Alexander Alekhin
84847cf4c3
Merge pull request #14342 from Victorlouisdg:bugfix-JavaCamera2View-green
6 years ago
Dmitry Kurtaev
61b928d9bd
Add an assertion for Async request status
6 years ago
Alexander Alekhin
e8a626d43a
Merge pull request #14407 from dkurt:dnn_ie_fix_batch_detection
6 years ago
Alexander Alekhin
025f679dbc
Merge pull request #14434 from seiko2plus:vsx_fix_reduce_sad
6 years ago
Sayed Adel
afb157df67
core:vsx fix sum of v_reduce_sad
6 years ago
Alexander Alekhin
82be2d6210
Merge pull request #14430 from alalek:cmake_fix_include_pkgconfig_3.4
6 years ago
Alexander Alekhin
e8ac7a34dd
Merge pull request #14426 from alalek:cmake_fix_include_pkgconfig
6 years ago
Alexander Alekhin
b95fdc1992
Merge pull request #14394 from alalek:build_support_memory_sanitizers
6 years ago
Alexander Alekhin
d17699363c
Merge pull request #14385 from terfendail:intrin_sad
6 years ago
Alexander Alekhin
90c34c5c17
cmake: fix pkg-config handling
...
backporting commit c9f3f4d1d3
6 years ago
Alexander Alekhin
c9f3f4d1d3
cmake: fix pkg-config handling
...
Avoid non-intentional call of "include(FindPkgConfig)"
It should be handled in the root CMakeLists.txt (safely for cross-compiling)
6 years ago
Alexander Alekhin
7b8ce63730
Merge pull request #14402 from rgarnov:gapi_planar_mats
6 years ago
Ruslan Garnov
ffaf4d5da4
Fixed incorrect first window setting for fluid FilterAgent
6 years ago
Ruslan Garnov
fb326a3589
Added a reproducer
6 years ago
Ruslan Garnov
f81886d17c
Added planar flag to GMatDesc, intergated into framework, added tests
6 years ago
Alexander Alekhin
0023d8a106
Merge pull request #14410 from adamrankin:master
6 years ago
Dmitry Kurtaev
4f6be11c0e
Check if Inference Engine networks are fully supported by backend
6 years ago