116 Commits (91998d6424ced366c4e9e7a61e806e53447842a6)

Author SHA1 Message Date
Alexander Panov b4b35cff15
Merge pull request #22368 from AleksandrPanov:move_contrib_aruco_to_main_objdetect 2 years ago
AleksandrPanov a32143003d add alignment detect 2 years ago
AleksandrPanov d43cb4fe7c change resize flag INTER_LINEAR to INTER_LINEAR_EXACT 2 years ago
Andrey Senyaev ccfc34b13f Disabled compiling warnings in case of symbols in cmake for 4.x 2 years ago
AleksandrPanov 2dd3408caa change resize interpolation to enable tests in arm, disable close_5 2 years ago
AleksandrPanov 7ffb103758 QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT 2 years ago
Rong Mantle Bao 3135063100
Make objdetect/test C++11-compliant and reproducible 2 years ago
Alexander Panov 53eda42da7
Merge pull request #22025 from AleksandrPanov:fix_samplingForVersion_multiplyingFactor 3 years ago
Kumataro 1a24e316d5
Merge pull request #22030 from Kumataro:3.4-fix22029 3 years ago
Yuantao Feng f77c3574af
Merge pull request #21607 from fengyuentau:fix_FaceDetectorYN_dynamic_shape 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Qiushi Zheng 3e51448ef0
Merge pull request #17889 from ZhengQiushi:my_3.4 3 years ago
APrigarina 8e72e1ed88 add test case for QR detect fix 3 years ago
Yuantao Feng 34d359fe03
Merge pull request #20422 from fengyuentau:dnn_face 3 years ago
Smirnov Egor 84f78059d3 add reproducer and bugfix 4 years ago
Polina Smolnikova 0be18f5cb0
Merge pull request #19407 from rayonnant14:issue_19363 4 years ago
ann c71f2714c6
Merge pull request #18003 from APrigarina:curved_qrcodes_decoding 4 years ago
Polina Smolnikova 40973bea31
Merge pull request #16961 from rayonnant14:objdetect_different_return_value_issue 5 years ago
Tomoaki Teshima 96075ce0c9 avoid test failure on Arm platform 5 years ago
Maksim Shabunin 05d4975619 objdetect: fix QRCode tests with disabled QUIRC 5 years ago
Polina Smolnikova 4e4dfffe06
Merge pull request #16491 from rayonnant14:objdetect_decodeMulti_issue 5 years ago
Polina Smolnikova acc089ca64 Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 5 years ago
ann 5c9a624a85 Merge pull request #15356 from APrigarina:3.4_version2 5 years ago
Alexander Alekhin 13a782c039 test: fix usage of findDataFile() 6 years ago
Vadim Pisarevsky 82e8657a6d backport: refined QRCodeDetector API for OpenCV 4.0 6 years ago
Vadim Pisarevsky 8cdf7bb84b
refined QRCodeDetector API for OpenCV 4.0 (#13086) 6 years ago
Vadim Pisarevsky b8175f8976 removed the old C API for Haar-based object detection; use CascadeClassifier from now on 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Alexander Nesterov d305fd4fca Added perf tests with sanity check 6 years ago
Alexander Alekhin 6d2cfac303 objdetect: validate QRdecode inputs 6 years ago
Suleyman TURKMEN abbb73e894 Update HOGDescriptor 6 years ago
Alexander Nesterov 53ec8f286b Added QR code decoding. 6 years ago
Alexander Nesterov 1fb7ee0e16 Optimiaztion search template lines and added sample 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
Alexander Alekhin 8f80565d9c objdetect(qr): update test code 6 years ago
Alexander Nesterov e38ea3a888 Update detect QRCode algorithm 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
Nesterov Alexander 0081dc478f Init qrcode algo (#11829) 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Maksim Shabunin 184daa155f Fixed minor issues reported by GCC 7.2 7 years ago
Alexander Alekhin 737fa519d1 test: use relative error in HOG tests 8 years ago
Alexander Alekhin 771fa5b8ac test: change EPS in Objdetect_HOGDetector tests 8 years ago
Vadim Pisarevsky 882c0321f4 clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710) 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Alexander Karsakov b14c314fc3 Fixed incorrect thread synchronizations 11 years ago