opencv/modules/objdetect/src
Polina Smolnikova acc089ca64 Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4
QR-Code detector : multiple detection

* change in qr-codes detection

* change in qr-codes detection

* change in test

* change in test

* add multiple detection

* multiple detection

* multiple detect

* add parallel implementation

* add functional for performance tests

* change in test

* add perftest

* returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode

* deleted all lambda expressions

* changing in triangle sort

* fixed warnings

* fixed errors

* add java and python tests

* change in java tests

* change in java and python tests

* change in perf test

* change in qrcode.cpp

* add spaces

* change in qrcode.cpp

* change in qrcode.cpp

* change in qrcode.cpp

* change in java tests

* change in java tests

* solved problems

* solved problems

* change in java and python tests

* change in python tests

* change in python tests

* change in python tests

* change in methods name

* deleted sample qrcode_multi, change in qrcode.cpp

* change in perf tests

* change in objdetect.hpp

* deleted code duplication in sample qrcode.cpp

* returned spaces

* added spaces

* deleted draw function

* change in qrcode.cpp

* change in qrcode.cpp

* deleted all draw functions

* objdetect(QR): extractVerticalLines

* objdetect(QR): whitespaces

* objdetect(QR): simplify operations, avoid duplicated code

* change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera

* fix warnings and errors in python test

* fix

* write in file with space key

* solved error with empty mat check in python test

* correct path to test image

* deleted spaces

* solved error with check empty mat in python tests

* added check of empty vector of points

* samples: rework qrcode.cpp

* objdetect(QR): fix API, input parameters must be first

* objdetect(QR): test/fix points layout
2020-01-26 22:18:42 +03:00
..
opencl Fixed several OpenCL compiler warnings 2016-11-07 16:49:12 +03:00
cascadedetect_convert.cpp
cascadedetect.cpp objdetect: validate feature rectangle on reading 2019-07-25 18:58:53 +03:00
cascadedetect.hpp objdetect: validate feature rectangle on reading 2019-07-25 18:58:53 +03:00
detection_based_tracker.cpp refactoring catching all exceptions as const ref 2018-11-08 19:59:47 +03:00
haar.avx.cpp AVX optimized implementation of haar migrated to separate file 2017-07-04 16:54:48 +03:00
haar.cpp Merge pull request #12877 from maver1:3.4 2018-10-24 15:02:53 +03:00
haar.hpp AVX optimized implementation of haar migrated to separate file 2017-07-04 16:54:48 +03:00
hog.cpp Merge pull request #15623 from ChipKerchner:optimizeHOGpipeline 2019-10-29 13:42:20 +03:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
precomp.hpp Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
qrcode.cpp Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 2020-01-26 22:18:42 +03:00