Alexander Alekhin
f26912960f
imgproc: clone color*.dispatch.cpp
6 years ago
Alexander Alekhin
db588bb831
imgproc: clone color*.simd.hpp
6 years ago
Vitaly Tuzov
99b39aa5bd
Fixed out of bound reading in LINEAR_EXACT resize for 8UC3
6 years ago
catree
bbf39b0964
Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis).
6 years ago
Alexander Alekhin
35edad3e74
build: fix warnings
6 years ago
Alexander Alekhin
93dab9e1e9
videoio(v4l): fix build due missing defines
...
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH
6 years ago
Namgoo Lee
5a2faab2e6
CUDA 10.1 Build Issue Fix
6 years ago
Alexander Alekhin
80d37ba698
dnn: fix usage of CV_LOG_VERBOSE macro
6 years ago
Alexander Alekhin
0a98bc0ee9
java: avoid enum values with references on other enums
...
declaration order is not fixed
Error message:
Core.java:97: error: illegal forward reference
Hamming_normType = NORM_HAMMING,
6 years ago
Alexander Alekhin
030e955db7
python: support Python list for cv::Range
6 years ago
Alexander Alekhin
f5b58e5fc9
bindings: backport generator from OpenCV 4.x
...
- better handling of enum arguments
- less merge conflicts
6 years ago
Alexander Alekhin
3ba49ccecc
imgproc: removed LSD code due original code license conflict
6 years ago
Alexander Alekhin
7d24727184
ml: handle sigmoid NaN result (should be Inf)
...
- added more debug checks
6 years ago
Sayed Adel
5478165e16
core:vsx Fix narrowing warning on vector splats
6 years ago
berak
20afae5a14
core: fix mat matx multiplication
6 years ago
Vitaly Tuzov
9548093b46
Horizontal line processing for pyrDown() reworked using wide universal intrinsics.
6 years ago
Alexander Alekhin
f1f0f630c7
core: disable I/O perf test
...
- can be enable separately if needed
- not stable (due storage I/O processing)
6 years ago
Maksim Shabunin
8c1e0537ec
Merge pull request #13889 from mshabunin:enable-narrowing-warning
...
* Enabled -Wnarrowing warning
* Fixed type narrowing issues
* Cast python constants
* Use long long for python constants
* Use int for python constants with fallback to long
* Update cv2.cpp
6 years ago
Jaewoo Song
225bdc21c0
Making JavaCamera2View behaves in the same way as JavaCameraView
6 years ago
Namgoo Lee
2b6be3cb0f
cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
6 years ago
Alexander Alekhin
fd49ee5f39
core: dispatch merge.cpp
6 years ago
Alexander Alekhin
4e12febe90
core: clone merge.simd.hpp
6 years ago
Alexander Alekhin
6eabe6bc14
core: clone merge.dispatch.cpp
6 years ago
AKAMath
4c94804bb0
Merge pull request #13837 from amithjkamath:test
...
New computeECC function, and updated findTransformECC function to make gaussian filtering optional (#13837 )
* fix for https://github.com/opencv/opencv/issues/12432 with doc and tests
* Added doc string for new parameter.
* Fixes suggested by Alalek for getting around ABI incompatibility.
* Update to docstring, to remove parameter that isn't relevant.
* More updates based on Alalek's usggestions.
6 years ago
Alexander Alekhin
91d152e2c2
core: dispatch split.cpp
6 years ago
Alexander Alekhin
0311770e8b
core: clone split.simd.hpp
6 years ago
Alexander Alekhin
82cd2f8c93
core: clone split.dispatch.cpp
6 years ago
Dmitry Kurtaev
20400aa9f7
Import Upsample and Unsqueeze from ONNX
6 years ago
Dmitry Kurtaev
4cbd09c41c
Add extra limitations for LRN from Inference Engine backend
6 years ago
Dmitry Kurtaev
ed710eaa1c
Make Inference Engine R3 as a minimal supported version
6 years ago
Dmitry Kurtaev
bfd663c281
Add a test for grouped deconvolution from ONNX
6 years ago
Ayush Pandey
5c7fe0fe05
Fix Issue #13479
6 years ago
Vitaly Tuzov
334c4d62b5
Merge pull request #13781 from terfendail:warp_wintr
...
Resize reworked using wide universal intrinsics (#13781 )
* Added wide universal intrinsics optimized implementation for 3 channel bit-exact linear resize
* Reworked linear resize using new wide LUT intrinsics
* Fix for VSX intrinsics
6 years ago
Dmitry Kurtaev
715f881dda
Replace default confidence threshold for dnn detections from -FLT_MAX to 0
6 years ago
Brad Kelly
507f8add1c
Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format
6 years ago
Alexander Alekhin
dc84cf9914
core: dispatch mean.cpp
6 years ago
Alexander Alekhin
7af7bcae18
core: clone mean.dispatch.cpp
6 years ago
Alexander Alekhin
93cea6e46e
core: clone mean.simd.hpp
6 years ago
Lindsay Roberts
7c72e095fa
Fix Flann compilation under nvcc + NEON
...
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
compiling cuda kernels (.cu) -- this prevents hard errors such as
error: identifier "__builtin_neon_qi" is undefined
Add this same protection to flann/dist.h to fix compilation involving
flann.hpp.
6 years ago
Dmitry Kurtaev
ca5976e3d4
Fix IE backend considering future changes.
6 years ago
LaurentBerger
9e94212eac
Solves bug 13853
6 years ago
Alexander Alekhin
cd66f6e3db
core: dispatch matmul
...
- gemm: keep baseline only (lapack is 10x+ faster, lets reduce binary size)
- transform / distTransform
- scaleAdd (32f/64f only)
- Mahalanobis: keep baseline only (no perf tests)
- mulTransposed: keep baseline only (no perf tests)
- dot
6 years ago
Namgoo Lee
1a961660d8
cuda::StereoBM - fix hanging and racing issue
...
- Fix hanging issue on 2080 Ti
- Fix racing issue
6 years ago
Alexander Alekhin
dcee7b1605
core: clone matmul.dispatch.cpp
6 years ago
Alexander Alekhin
b769ad2c23
core: clone matmul.simd.hpp
6 years ago
Alexander Alekhin
e3633ec4a2
core: dispatch count_non_zero
6 years ago
Alexander Alekhin
439e43a027
core: clone count_non_zero.dispatch.cpp
6 years ago
Alexander Alekhin
af8a3a0b66
core: clone count_non_zero.simd.hpp
6 years ago
Liubov Batanina
183c0fcab1
Changed condition for resize and lrn layers
6 years ago
Alexander Alekhin
b40a7ffbe4
core: dispatch sum
6 years ago