Alexander Alekhin
4ced27e149
Merge pull request #13617 from terfendail:always_inline
6 years ago
atinfinity
e48682a9f7
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
...
* fixed tutorial code of py_matcher
* fixed imread mode
6 years ago
Alexander Alekhin
6e39856623
Merge pull request #13614 from dkurt:dnn_tf_ssd_fpn
6 years ago
Vitaly Tuzov
ea882d58c6
Added CV_ALWAYS_INLINE macro
6 years ago
Jim Zhou
78bd55c8df
Merge pull request #13601 from JimZhou-001:JimZhou-001
...
* Fix the bug in case determinant of rotation matrix is -1
* calib3d(test): check det(R) == 1
6 years ago
Dmitry Kurtaev
4ae5df5509
SSD with FPN proposals from TensorFlow
6 years ago
Alexander Alekhin
7812a805ad
Merge pull request #13606 from rrrapha:malloc-h
6 years ago
Raphael Graf
82c77fa244
dnn: remove malloc.h include
6 years ago
Alexander Alekhin
054bd23a43
Merge pull request #13560 from cuihaoleo:master
6 years ago
Alexander Alekhin
3bbe5d3956
Merge pull request #13592 from tdp2110:master
6 years ago
Alexander Alekhin
fd674b85bb
Merge pull request #13600 from dkurt:fix_13576
6 years ago
Alexander Alekhin
facd5988ce
Merge pull request #13599 from dkurt:dnn_conv_error_msg
6 years ago
Alexander Alekhin
b11566bfc7
Merge pull request #13553 from luctowers:master
6 years ago
CUI Hao (Lab)
e5e1ba3c97
Fix typo in core+RotatedRect.java
6 years ago
Alexander Alekhin
ebe14fa4ac
Merge pull request #13587 from catree:add_matplotlib_colormaps
6 years ago
Alexander Alekhin
3da8b4ccad
Merge pull request #13591 from scramsby:fix-unicode-errors
6 years ago
Alexander Alekhin
e986ff46f7
Merge pull request #13596 from nglee:dev_RemoveCudaIncludeWarningMsg
6 years ago
Dmitry Kurtaev
62199df815
Fix edge_detection.py sample for Python 3
6 years ago
Lucas Towers
9cc12ff0ac
Fix improper defining of CV_XADD when using Intel C++
6 years ago
Dmitry Kurtaev
d0504c95f4
Add a text message for Convolution layer's input channels check
6 years ago
Thomas Peters
e8ac3ea9ea
fix implicit fallthrough warning.
6 years ago
Namgoo Lee
4b4874e67a
Remove build warning msg with CUDA10.0
6 years ago
Scott Ramsby
7d0d6cd5ee
Fix build error when building with Unicode on Windows
6 years ago
catree
d745af6763
Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted).
6 years ago
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