Lee Jaehwan
71aee662bd
Merge pull request #13544 from eightco:bugfix
...
Fix a bug in cv :: merge when array of 3-channel mat is input (#13544 )
* Mat merge function bug fix - Bug fix of merge function of 3-channel vector <Mat> of 3 or 4 matrices
* Add Core_merge test for opencv#13544
* fixups
6 years ago
Alexander Alekhin
14d943f588
copyright: 2019
6 years ago
Alexander Alekhin
5f2fed0e25
Merge pull request #13453 from crackwitz:w32-opengl-mouse-position
6 years ago
Alexander Alekhin
caa3633cbf
Merge pull request #13451 from crackwitz:gdi-off-by-one
6 years ago
Christoph Rackwitz
deb8ba2237
fix for #4990 : highgui w32 ogl: correct calculation of image coordinates from window coordinates
6 years ago
Alexander Alekhin
7d69289092
Merge pull request #13511 from knsong:3.4
6 years ago
Alexander Alekhin
c9dfcc4de8
Merge pull request #13492 from terfendail:matx_addition
6 years ago
Christoph Rackwitz
beba82b22b
Off-by-ones in windows/GDI window calculations
...
Check for "gutter" around displayed image. there was one row/column missing on the bottom/right.
Might as well set gutter = 0?
6 years ago
Vitaly Tuzov
cd169941f2
Added test for addition of Mat and Matx
6 years ago
Vitaly Tuzov
c8f59bf1e0
Fixed operations on Mat and Matx simultaneously
6 years ago
Dmitry Kurtaev
ff8c53ea20
Merge pull request #13481 from dkurt:fix_13227
...
* Fix drawMatches and drawKeypoints for BGRA input images
* keep BGRA too
* Combine different input types for drawMatches test
6 years ago
Alexander Alekhin
148aee31e4
Merge pull request #13486 from allnes:dnn_rework
6 years ago
Alexander Nesterov
a208c3bf04
Fix openpose samples
6 years ago
Alexander Alekhin
d9089741bc
Merge pull request #13524 from terfendail:filter_unroll
6 years ago
Vitaly Tuzov
7beb24553a
Speedup filter2d by loop unrolling
...
Added filter2d tests for 16S
6 years ago
Kangning Song
d4917a5bd3
fix initial values bug
6 years ago
Alexander Alekhin
ffc9aa050d
Merge pull request #13507 from alalek:revert_13506
6 years ago
Alexander Alekhin
c0e11bb50e
imgproc: revert "Speedup filter2d by loop unrolling"
...
Commit: 124011c321
PR: https://github.com/opencv/opencv/pull/13392
Sobel filter with 16S/16U datatype is broken.
6 years ago
Alexander Alekhin
f35e043cf9
Merge tag '3.4.5'
6 years ago
Alexander Alekhin
8f1356c3c5
OpenCV version++ (3.4.5)
...
OpenCV 3.4.5
6 years ago
Alexander Alekhin
14633bc857
Merge pull request #13497 from dkurt:dnn_torch_bn_train
6 years ago
Alexander Alekhin
2bba0f297b
Merge pull request #13493 from dkurt:dnn_ie_r5
6 years ago
Alexander Alekhin
6c1638b132
Merge pull request #13487 from alalek:videoio_test_frame_size_changing
6 years ago
Alexander Alekhin
1a6c2b37ea
Merge pull request #13499 from alalek:issue_13498
6 years ago
Dmitry Kurtaev
840c892abd
Batch normalization in training phase from Torch
6 years ago
Alexander Alekhin
09d8bbb138
Merge pull request #13467 from alalek:issue_12594
6 years ago
Alexander Alekhin
832217907f
Merge pull request #13435 from alalek:issue_13434
6 years ago
Alexander Alekhin
26c5b846e6
Merge pull request #13392 from terfendail:filter_wintr
6 years ago
Dmitry Kurtaev
59ce1d80a5
Fix dnn tests for Inference Engine R5
6 years ago
Alexander Alekhin
2f3e06ac1f
objdetect(qrcode): don't process small/non-regular images
6 years ago
Alexander Alekhin
37a63ca02b
Merge pull request #13488 from alalek:fix_videoio_v4l2_build
6 years ago
Alexander Alekhin
0d63bd575c
Merge pull request #13489 from alalek:openvino_2018r5
6 years ago
Dmitry Kurtaev
257f60582a
Add serialize method for IE net wrapper
...
backport 4ba4901ca9
6 years ago
Alexander Alekhin
bbdc987fc6
dnn: add OpenVINO 2018R5 defines
...
https://software.intel.com/en-us/openvino-toolkit
6 years ago
Vitaly Tuzov
124011c321
Speedup filter2d by loop unrolling
6 years ago
Alexander Alekhin
8456d096d2
videoio(v4l2): fix build due missing V4L2_CID_ISO_SENSITIVITY
6 years ago
Alexander Alekhin
32c975b533
Merge pull request #13484 from va-sorokin:fix-v4l-size
6 years ago
Alexander Alekhin
a3a3670027
videoio(test): test V4L frame size changing manual test
6 years ago
Vasiliy Sorokin
b6a72826dd
videio: Fix new frame size appling in v4l.
6 years ago
Alexander Alekhin
3d5cebb3ac
Merge pull request #13478 from terfendail:medianblur_fix
6 years ago
Vitaly Tuzov
131c09cf76
Fixed medianBlur implementation for hi-resolution images
6 years ago
Vitaly Tuzov
06f32e3b3e
Reworked separable filter to use wide universal intrinsics
6 years ago
Alexander Alekhin
b0a08cced9
Merge pull request #13466 from pstieber:AddTuringCudaGeneration
6 years ago
Alexander Alekhin
82b7803a7a
Merge pull request #13456 from alalek:fix_eigen2cv_type_check
6 years ago
Peter J. Stieber
50ef9830e2
Added Turing to the _generations list.
6 years ago
Alexander Alekhin
8ed4fb9405
Merge pull request #13464 from alalek:ocl_max_group_size_parameter
6 years ago
Alexander Alekhin
de82d9da9e
Merge pull request #13458 from alalek:fix_python_install_path
6 years ago
vishwesh5
715f8fcce0
Merge pull request #13432 from vishwesh5:patch-1
...
* Create text_detection.py
#12270 #13429
**Deep Learning text detection sample (Python)**
- Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch)
- Python version supported - Python 2 and Python 3
* Fix trailing whitespaces
* Update text_detection.py
* Remove whitespace
* Remove comments
* Remove unused packages
* Update description
6 years ago
Alexander Alekhin
3f3c8823ac
features2d: fix retainBest() implementation
6 years ago
Alexander Alekhin
d9d9b05912
core(ocl): add parameter to limit device max workgroup size
...
used by OpenCV
6 years ago