YashasSamaga
17a35587e1
use optimized cuDNN path for conv + bias + relu
5 years ago
Alexander Alekhin
d76f24567b
Merge pull request #16250 from alalek:remove_moved_code
5 years ago
Liubov Batanina
752653c70b
Update global pooling
5 years ago
Alexander Alekhin
03a602b6ef
remove moved code
5 years ago
Alexander Alekhin
523f081923
core(check): add Size_<int>
5 years ago
Alexander Alekhin
9572895da0
Merge pull request #16237 from alalek:eliminate_build_warnings
5 years ago
Alexander Alekhin
515ec6b98a
Merge pull request #16247 from alalek:backport_16241
5 years ago
Alexander Alekhin
9ec3d76b21
Merge pull request #16241 from bwignall:typo
5 years ago
Alexander Alekhin
c4c94f891e
Merge pull request #16229 from hannesa2:RemoveAndroidEclipse
5 years ago
Alexander Alekhin
d16cf68a3b
Merge pull request #16242 from catree:add_Rodrigues_input_shape_check
5 years ago
Alexander Alekhin
4ebd91e637
Merge pull request #16226 from YashasSamaga:cuda4dnn-permute-optm
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Alexander Alekhin
ccb7253818
Merge pull request #16243 from collinbrake:grammar_fixes_9
5 years ago
catree
badd0d1ff4
Add explicit size check for Rodrigues() function to prevent issue like https://stackoverflow.com/questions/58969553
5 years ago
Collin Brake
8b55f476be
grammar and readability improvements
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
Alexander Alekhin
07729e396d
imgproc(resize): avoid unnecessary type conversions
5 years ago
Alexander Alekhin
d064079a4e
build: eliminate build warnings
5 years ago
Liubov Batanina
cf477f7e9f
Fix global axis
5 years ago
Liubov Batanina
543e0302d3
Support global pooling by axis
5 years ago
Liubov Batanina
ffa72fc979
Refactoring
5 years ago
Hannes Achleitner
2da7360b63
Remove Android Eclipse relicts
5 years ago
YashasSamaga
16bc505d26
improve reduction logic and add fast transpose kernel
5 years ago
Liubov Batanina
6e33769e56
Add human parsing demo
5 years ago
Alexander Alekhin
89d3f95a8e
Merge tag '4.2.0'
5 years ago
Alexander Alekhin
bda89a6469
release: OpenCV 4.2.0
5 years ago
shimat
ee4feb4b09
Merge pull request #16208 from shimat:fix_compare_16f
...
* add cv::compare test when Mat type == CV_16F
* add assertion in cv::compare when src.depth() == CV_16F
* cv::compare assertion minor fix
* core: add more checks
5 years ago
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
5e2bcc9149
Merge tag '3.4.9'
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