Maksim Shabunin
6fc6207e93
Added videoio plugin for MediaSDK
6 years ago
Vitaly Tuzov
7a55f2af3b
Updated AVX2 implementation of v_popcount for u8.
6 years ago
Daniel Ingram
962d57b4d6
Merge pull request #14559 from daniel-s-ingram:master
...
* Fix typo: 'divisble' -> 'divisible'
* Fix typo: 'One of arguments' -> 'One of the arguments'
6 years ago
Alexander Alekhin
b8f9076de0
core: drop 'operator << (ostream, String)' overload
...
'cv::String' is 'std::string' in OpenCV 4.x
6 years ago
Alexander Alekhin
8936a0f3a5
android: fix JavaCamera2View UV plane handling
6 years ago
Alexander Alekhin
d784b40e24
calib3d(docs): examples paragraph is related to findHomography()
6 years ago
Alexander Alekhin
68012bfbf9
calib3d: fix uninitialized fields in ctors
6 years ago
Vitaly Tuzov
1220dd4877
Updated v_popcount description, reference implementation and test.
6 years ago
Vitaly Tuzov
96ab78dc4f
Reworked v_popcount implementation to provide number of bits in a single lane
6 years ago
Ruslan Garnov
50af4df1d7
Fixed roi inference to always produce even sizes for nv12
6 years ago
Dmitry Kurtaev
6389dfe49c
Fixed DetectionOutput output blob shape
6 years ago
Dmitry Kurtaev
c3b0a68a2b
Async mode for dnn's object detection sample
6 years ago
Maksim Shabunin
9a81ff7315
Backported AVFoundation fixes from master branch
6 years ago
Anton Potapov
c2e26c1527
Async API for GAPI
...
- minor cosmetic changes : comments, typos
6 years ago
Dmitry Kurtaev
471b83ccd5
Modify paddings computation for SAME pad mode
6 years ago
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
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
seungju
ceff82877d
fix a typo in md file
...
fix a typo in ml_intro.md, tress -> trees
6 years ago
Dmitry Kurtaev
a6ed8f268a
Remove extra weights cloning from TensorFlow importer
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
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
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
Maksim Shabunin
683acd9ae2
Support very old V4L
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
Dmitry Kurtaev
61b928d9bd
Add an assertion for Async request status
6 years ago
Sayed Adel
afb157df67
core:vsx fix sum of v_reduce_sad
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
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
Dmitry Kurtaev
4f6be11c0e
Check if Inference Engine networks are fully supported by backend
6 years ago
Vitaly Tuzov
18d10d6b86
Fixed v_reduce_sad intrinsics implementation and added tests
6 years ago
Liubov Batanina
45ced8e022
Fix ONNX deconvolution
6 years ago
Dmitry Kurtaev
520e351489
Fix batching in DetectionOutput layer
6 years ago
Thang Tran
2f7fc1a598
calib3d: add find4QuadCornerSubpix java wrapper
...
Fixes: https://github.com/opencv/opencv/issues/14169
6 years ago
Alexander Alekhin
7d2190a5d4
ts: +ENV{OPENCV_TEST_REQUIRE_DATA}
...
similar to '--test_require_data' parameter
6 years ago
Alexander Alekhin
c1981f28ad
build: +OPENCV_ENABLE_MEMORY_SANITIZER flag
6 years ago
masa-iwm
5c404bb142
Merge pull request #14376 from masa-iwm:3.4
...
* fix getting platformIDs in initializeContextFromD3D11Device
6 years ago
Dmitry Kurtaev
9b635830bc
Run Reshape layer for const input from ONNX models
6 years ago
Alexander Alekhin
44bd849697
build: reduce usage of constexpr
...
some compilers has lack of proper support for that
6 years ago
Vitaly Tuzov
4a54aa3fbd
Cleared up deprecated intrinsics for FP16
6 years ago