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
e1f5b886fb
Merge tag '4.0.1'
...
OpenCV 4.0.1
6 years ago
Alexander Alekhin
c9ad5779f2
release: OpenCV 4.0.1 (version++)
6 years ago
Alexander Alekhin
26c5b0c71f
Merge tag '4.0.1-openvino'
...
OpenCV 4.0.1 for Intel(R) OpenVINO(TM) toolkit
6 years ago
Alexander Alekhin
1dee705074
Merge branch '3.4' into merge-3.4
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
Quentin Chateau
f9c951440d
stitcher result mask getter
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
578ea4bae9
Merge pull request #13386 from alalek:android_gradle
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
Dmitry Kurtaev
6bcf0b5519
Merge pull request #13482 from dkurt:fix_python_bindings_without_stitching
...
* Fix python bindings without stitching module
* stitching: move stitching specific code into modules/stitching/misc
6 years ago
Alexander Alekhin
3d5cebb3ac
Merge pull request #13478 from terfendail:medianblur_fix
6 years ago
Alexander Alekhin
e82d03ef61
Merge pull request #13480 from dbudniko:dbudniko/gapi_ocl_backend_internal_umat_size_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
Dmitry Budnikov
eedd7bfd50
fix size
6 years ago
Alexander Alekhin
cbf80117af
eliminate build warnings
6 years ago
Alexander Alekhin
2b35c1708b
android: gradle-based package and samples
...
- drop hello-android sample
6 years ago
Alexander Alekhin
e093a19c70
Merge pull request #13471 from dkurt:fix_enum_struct_java
6 years ago
Dmitry Kurtaev
6fbcb283b9
Try to fix "enum struct" wrapping for Java
6 years ago
Alexander Alekhin
7fb70e1701
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
LaurentBerger
2fb409b286
Merge pull request #13267 from LaurentBerger:StitchPython
...
* Python wrapper for detail
* hide pyrotationwrapper
* copy code in pyopencv_rotationwarper.hpp
* move ImageFeatures MatchInfo and CameraParams in core/misc/
* add python test for detail
* move test_detail in test_stitching
* rename
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
d5f430cc11
android: gradle wrapper
...
https://github.com/gradle/gradle/tree/v4.6.0
License: Apache 2.0
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
Quentin Chateau
fd27d5ea00
Merge pull request #13449 from Tytan:stitching-warp-interpolation
...
Stitching: added functions to set warp interpolation mode (#13449 )
* Added functions to set warp interpolation mode
* Use InterpolationFlags enum
* Improved getter/setter naming
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