Yashas Samaga B L
1fac1421e5
Merge pull request #16010 from YashasSamaga:cuda4dnn-fp16-tests
...
* enable tests for DNN_TARGET_CUDA_FP16
* disable deconvolution tests
* disable shortcut tests
* fix typos and some minor changes
* dnn(test): skip CUDA FP16 test too (run_pool_max)
5 years ago
Alexander Alekhin
4de1efd3c8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
545f8a8c93
Merge pull request #16205 from alalek:fix_dnn_test_data
5 years ago
Alexander Alekhin
97b6068c46
dnn(test): don't require downloaded data
5 years ago
Alexander Alekhin
64e6cf9fe5
release: OpenCV 3.4.9
5 years ago
Sajarin
ed788229ed
Merge pull request #16165 from sajarindider:macOS_install
...
* doc: added macOS installation guide
* doc: added clarification and corrections
* docs: introduction entry, lowercase file names and ids
5 years ago
Alexander Alekhin
71ef76ecad
Merge pull request #16201 from mshabunin:fix-dup-test
5 years ago
Alexander Alekhin
4c86fc13cb
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Maksim Shabunin
b379969c63
Test: avoid duplicated test cases
5 years ago
Alexander Alekhin
9564aa1fdb
Merge pull request #16195 from alalek:tbb_version_2020
5 years ago
Alexander Alekhin
24b05cb308
Merge pull request #16196 from alalek:issue_13574
5 years ago
Alexander Alekhin
dff8e29f98
Merge pull request #16139 from alalek:core_flip_avoid_unaligned
5 years ago
Alexander Alekhin
4733a19bab
Merge pull request #16194 from alalek:fix_16192
...
* imgproc(test): resize(LANCZOS4) reproducer 16192
* imgproc: fix resize LANCZOS4 coefficients generation
5 years ago
jeffeDurand
5bf7345743
Merge pull request #16090 from jeffeDurand:cuda_mog2_issue_5296
...
* cuda_mog2_issue_5296
5 years ago
Alexander Alekhin
4342657762
Merge pull request #16034 from Quantizs:irLoadFromBuffer
5 years ago
Sebastien Wybo
e801f0e954
Merge pull request #16011 from sebastien-wybo:fix_16007
...
* Fix #16007 - colinearity computed using all 3 coordinates
* calib3d(test): estimateAffine3D regression 16007
5 years ago
Alexander Alekhin
9cd1d087c3
android(camera2): apply .disconnectCamera() patch from issue 13574
5 years ago
Alexander Alekhin
8d22ac200f
core: workaround flipHoriz() alignment issues
5 years ago
Alexander Alekhin
28a5f7d66b
3rdparty: TBB version 2019u8 => 2020.0
5 years ago
Alexander Alekhin
a8345133ac
Merge pull request #16191 from terfendail:lres2c_fix
5 years ago
Vitaly Tuzov
f5a84f75c4
Fix for CV_8UC2 linear resize vectorization
5 years ago
Alexander Alekhin
b8e0898c7c
Merge pull request #16082 from YashasSamaga:cuda4dnn-roi-pooling
5 years ago
antalzsiroscandid
aa80f754f4
dnn: reading IR models from buffer
5 years ago
mcellis33
5d15c65e48
Merge pull request #16136 from mcellis33:mec-nan
...
* Handle det == 0 in findCircle3pts.
Issue 16051 shows a case where findCircle3pts returns NaN for the
center coordinates and radius due to dividing by a determinant of 0. In
this case, the points are colinear, so the longest distance between any
2 points is the diameter of the minimum enclosing circle.
* imgproc(test): update test checks for minEnclosingCircle()
* imgproc: fix handling of special cases in minEnclosingCircle()
5 years ago
Alexander Alekhin
f8b16fa293
Merge pull request #16188 from saskatchewancatch:issue-13551
5 years ago
Rajkiran Natarajan
af04b422c9
Change program type in hdr format files to modern value: RADIANCE so
...
modern readers that expect RADIANCE will read it
5 years ago
Alexander Alekhin
c97ff6c0f9
Merge pull request #16104 from alalek:issue_16095
5 years ago
Alexander Alekhin
61969dc158
Merge pull request #16171 from YashasSamaga:cuda4dnn-tensor-cores
5 years ago
Alexander Alekhin
8f910d2d49
Merge pull request #16083 from alalek:issue_14961
5 years ago
Alexander Alekhin
fd4fac946a
gapi(test): avoid using of unstable random floating-point input
5 years ago
Orest Chura
287874a444
Merge pull request #15942 from OrestChura:fb_tutorial
...
G-API: Tutorial: Face beautification algorithm implementation
* Introduce a tutorial on face beautification algorithm
- small typo issue in render_ocv.cpp
* Addressing comments rgarnov smirnov-alexey
5 years ago
Alexander Alekhin
c6c8783c60
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Tatsuro Shibamura
971ae00942
Merge pull request #16027 from shibayan:arm64-windows10
...
* Support ARM64 Windows 10 platform
* Fixed detection issue for ARM64 Windows 10
* Try enabling ARM NEON intrin
* build: disable NEON with MSVC compiler
* samples(directx): gdi32 dependency
5 years ago
Alexander Alekhin
a11f9e1963
Merge pull request #16177 from cudawarped:fix_python_cudaarithm
5 years ago
cudawarped
d427cebd12
Fix mistake introcuded in previous PR and increase test coverage to avod this happening again
5 years ago
Alexander Alekhin
e5b58b1020
Merge pull request #16172 from alalek:dnn_fix_keypoints_test
5 years ago
Alexander Alekhin
2c0d9fa81f
dnn(test): fix Test_Model.Keypoints* tests
5 years ago
YashasSamaga
cf93df41fc
enable tensor cores for fp16 convolutions
5 years ago
Alexander Alekhin
ba7b0f4c54
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Sajarin
21ee54c3d1
Merge pull request #16100 from sajarindider:brief
...
* (doc): added info about STAR
* (doc): fixed typos and sentence structure
* fixed trailing whitespaces
5 years ago
Alexander Alekhin
90a17cf964
Merge pull request #16159 from alalek:imgcodecs_bmp_ubsan_enum_handling
5 years ago
Yashas Samaga B L
17c485eb03
Merge pull request #16092 from YashasSamaga:cuda4dnn-conv-act-fuse
...
cuda4dnn: fuse activations with convolutions
* fuse ReLU, ReLU6, TanH, Sigmoid with conv
* fix OpenCL errors
* improve ReLU, add power, swish and mish
* fix missing fusion entries
* fix handling of unsetAttached
* remove whole file indentation
* optimize power = 1.0, use IDENTITY instead of NONE
* handle edge case: change backend and then clear
5 years ago
Alexander Alekhin
60ba6ef916
Merge pull request #16163 from alalek:fix_16122
5 years ago
Alexander Alekhin
424e1150ae
cmake: fix OpenCV_ARCH
5 years ago
Alexander Alekhin
d1c35e7b61
imgcodecs(bmp): make happy UBSAN with enum value range check
5 years ago
Xuanda Yang
3d60a9b96c
Merge pull request #16156 from TH3CHARLie:3.4
...
* Eltwise::DIV support in Halide backend
* fix typo
* remove div from generated test suite to pass CI, switching to manual test...
* ensure divisor not near to zero
* use randu
* dnn(test): update test data for Eltwise.Accuracy/DIV layer test
5 years ago
Diego
5b0b59ecfb
Merge pull request #15189 from dvd42:keypoints_module
...
Keypoints module
5 years ago
Alexander Alekhin
60f81032bb
Merge pull request #16157 from alalek:update_libwebp_1.0.3
...
* 3rdparty: update libwebp 1.0.2 => 1.0.3
https://github.com/webmproject/libwebp/releases/tag/v1.0.3
* 3rdparty(libwebp): re-apply patches
5 years ago
Alexander Alekhin
a45928045a
Merge pull request #16150 from alalek:cmake_avoid_deprecated_link_private
...
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC
see CMP0023 (CMake 2.8.12+)
* cmake: fix 3rdparty list
- don't include OpenCV modules
5 years ago
Alexander Alekhin
f62241b780
Merge pull request #16148 from alalek:doxygen_update_config
5 years ago