93 Commits (e00cfe067d16fd841940fbb139f8846da91ad19d)

Author SHA1 Message Date
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() 5 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) 6 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
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Vadim Pisarevsky 30593ee55e 3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier. 11 years ago
Konstantin Matskevich 5c38519c65 some changes 11 years ago
Konstantin Matskevich 3ea32b87bb perf test 11 years ago
Konstantin Matskevich 9a62df1650 HOG 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko b12894d95a Boring changes - objdetect. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 4ab650d15b Remove gcd function from core headers 12 years ago