Alexander Alekhin
5a7045181a
Merge pull request #17723 from pemmanuelviel:pev--remove-duplicate
4 years ago
Pierre-Emmanuel Viel
93a6be836c
Remove duplicate line
4 years ago
Alexander Alekhin
a84afb6334
Merge pull request #17640 from pemmanuelviel:pev--fix-lsh-bad-any-cast
4 years ago
Pierre-Emmanuel Viel
cdac7c7bec
Add test checking we don't throw when creating GenericIndex with LshIndexParams()
4 years ago
Pierre-Emmanuel Viel
fe09c79f4b
Fix the 'cvflann::anyimpl::bad_any_cast' error using Lsh
4 years ago
Alexander Alekhin
cabad90d6c
Merge pull request #17636 from okamotoR:3.4
4 years ago
Alexander Alekhin
6dba1733f0
Merge pull request #17567 from dev-tronifier:new_branch
4 years ago
pemmanuelviel
daa88c6b9e
Merge pull request #17642 from pemmanuelviel:pev--fixes-and-clean
...
* Clean: make the use of the indices array length consistent
Either we don't want this method to be used in the future for any other node
than the root node, and so we replace indices_length by size_ and remove it as
argument, or we want to be able to use it potentially for other nodes, and
so using size_ instead of indices_length would have lead to a bug.
* Fix: b was not an address
* Fix: transpose the Flann repo commit "Fixes in accum_dist methods" from Adil Ibragimov
Avoids trying to compute log(ratio) with ratio = 0
* Fix: transpose the Flann repo commit "result_set bugfix" from Jack Rae
* Fix Jack Rae commit as the initial i - 1 index was decremented before entering the loop body
* Clean: transpose the Flann repo commit "Updated comments in lsh_index" from Richard McPherson
* Fix: Transpose the Flann repo commit "Fixing unreachable code in lsh_table.h" from hypevr
* Fix warning the same way it was done in flann standalone repo
* Change the return value in case of unsupported type
4 years ago
dev-tronifier
9b727fa1f3
Increased portability of CV_Func
4 years ago
Alexander Alekhin
e45d74c8f9
Merge pull request #17638 from pemmanuelviel:pev--avoid-branching-in-loop
4 years ago
Alexander Alekhin
923009b5ff
Merge pull request #17663 from alalek:backport_17658
4 years ago
Yosshi999
4064d4c7eb
Merge pull request #17618 from Yosshi999:gsoc_sift-better-test
...
Added/Fixed testcases for SIFT
* merge perf_sift into conventional perf tests
* Fix disabled SIFT scale invariance tests
allows trainIdx duplication in matching scaled keypoints
4 years ago
Ilya Lavrenov
e58ce89b10
Conditional compilation for IR v7 support
...
backported commit 86905754e4
4 years ago
Alexander Alekhin
6259ba1bfd
Merge pull request #17641 from pemmanuelviel:pev--fix-middleSplit-for-kdtree-single
4 years ago
Alexander Alekhin
cd8262eb79
Merge pull request #17650 from alalek:update_libjpeg-turbo
4 years ago
Alexander Alekhin
d2b854674e
Merge pull request #17648 from alalek:update_libjpeg
4 years ago
Alexander Alekhin
ad930f6216
3rdparty: libjpeg-turbo 2.0.4 => 2.0.5
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.5
4 years ago
Alexander Alekhin
f061a0ab36
3rdparty: libjpeg 9d
...
http://www.ijg.org/files/jpegsrc.v9d.tar.gz
4 years ago
Alexander Alekhin
2e165053ef
Merge pull request #17624 from dkurt:dnn_optimize_mish
4 years ago
Alexander Alekhin
8cc8b0d2b4
Merge pull request #17633 from alalek:backport_17616
4 years ago
Pierre-Emmanuel Viel
06b4292534
Fix: error in the dimension used for computeMinMax
...
Instead of using the current dimension for which we just got a big span,
we were computing Min and Max for the previous dimension stored in cutfeat
(and using 0 instead of the dimension indice for the very first dimension
with "span > (1-eps)max_span")
4 years ago
Pierre-Emmanuel Viel
29f883feee
Optim: test that could be done once has been extracted from the loop
4 years ago
okamotoR
0e69cddda2
add if block for indexed color images
4 years ago
Ilya Lavrenov
ad5e70f94e
Conditional compilation for network reader
...
origibal commit: 63e92cccf2
4 years ago
Alexander Alekhin
7fae2e834c
Merge pull request #17622 from dkurt:dnn_ie_cpu_ext_update
4 years ago
Dmitry Kurtaev
8e3f5fb209
Remove deprecated Inference Engine CPU extensions
4 years ago
Dmitry Kurtaev
1491934d17
Optimize Mish for CPU backend
4 years ago
Alexander Alekhin
fce486c4f9
Merge pull request #17592 from l-bat:disable_nms_in_yolo_layer
5 years ago
Alexander Alekhin
1b4955342f
Merge pull request #17599 from tomoaki0705:fixCUDAFailSafePath
5 years ago
Tomoaki Teshima
95ac650af6
make the fail safe path actually safe
...
* use only supported CC in the list
* workaround of #17526
5 years ago
Alexander Alekhin
2b98aa403e
Merge pull request #17593 from tomoaki0705:addAmpereCUDA
5 years ago
Alexander Alekhin
425c653a14
Merge pull request #17580 from sitic:bibfix
5 years ago
Tomoaki Teshima
52844614c4
add Ampere CC
...
* Ampere has CC 8.0
* Arm64 server support has been added in CUDA 11 (only V100 for now)
5 years ago
Liubov Batanina
85c0c8c7ed
Disabling dafault NMS in yolo layer
5 years ago
Jan Lebert
a8f04359e8
docs: linkfix in bibliography
...
The [current link](https://arxiv.org/pdf/1808.01752 ) goes to a
random unrelated paper.
5 years ago
Alexander Alekhin
cb54f4c2ec
Merge pull request #17587 from tomoaki0705:fixCUDAOptflowJetson
5 years ago
Tomoaki Teshima
77fa1a20bf
fix build on Jetson TX1 and TX2
...
* enable_if_t is a c++14 feature
5 years ago
Alexander Alekhin
a7cdc42140
Merge pull request #17581 from tomoaki0705:fixCudaAsync
5 years ago
Alexander Alekhin
a8aa9d5ecb
Merge pull request #17578 from Bleach665:fix_win_eigen_build
5 years ago
Alexander Alekhin
52fbfb3ec0
Merge pull request #17577 from philippefoubert:branch_color_yuv_simd
5 years ago
Philippe FOUBERT
d25293b721
Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers)
5 years ago
Tomoaki Teshima
c07af090f5
fix build error on Jetson TX1 and TX2
...
* enable_if_t and is_base_of is c++14 feature
* override is c++11 feature
5 years ago
Yuriy Obukh
456e88a8a4
fix VS Windows build with eigen. https://github.com/opencv/opencv/issues/17548
5 years ago
Alex Cohn
a7cc1159cd
Merge pull request #17573 from alexcohn:fix/android_windows_build
...
* fixing #17572
https://github.com/opencv/opencv/issues/17572 Build for Android failed: "can't concat str to bytes"
on Windows 10 64bit with python 3.6.6
* similar to changes in platforms/winpack_dldt/build_package.py
5 years ago
Alexander Alekhin
6bd87e8146
Merge pull request #17571 from tomoaki0705:fixAutomaticCC
5 years ago
Alexander Alekhin
42a4c3fba6
Merge pull request #17568 from alalek:cleanup_17527
5 years ago
Tomoaki Teshima
1cba763189
fix build error of automatic CC detection
5 years ago
Alexander Alekhin
d01cbe9320
cudacodec(build): fix detection in CMake, cleanup duplicate includes
5 years ago
NesQl
b10ab79743
Merge pull request #17468 from liqi-c:sharedlib_build_problem
...
TEngine installation rules fix for static build
* Modify cmake config error for -DBUILD_SHARED_LIBS=OFF
* Modify for not install tengine include directory
* Update compile error.
* move install command to tengine/CMakeLists.txt
* rm include dir when make install,only build static lib will install libtengine.a
5 years ago
Alexander Alekhin
619462b029
Merge pull request #17564 from l-bat:fix_yolov4
5 years ago