opencv/modules/objdetect/test
Vadim Pisarevsky 416bf3253d
attempt to add 0d/1d mat support to OpenCV (#23473)
* attempt to add 0d/1d mat support to OpenCV

* revised the patch; now 1D mat is treated as 1xN 2D mat rather than Nx1.

* a step towards 'green' tests

* another little step towards 'green' tests

* calib test failures seem to be fixed now

* more fixes _core & _dnn

* another step towards green ci; even 0D mat's (a.k.a. scalars) are now partly supported!

* * fixed strange bug in aruco/charuco detector, not sure why it did not work
* also fixed a few remaining failures (hopefully) in dnn & core

* disabled failing GAPI tests - too complex to dig into this compiler pipeline

* hopefully fixed java tests

* trying to fix some more tests

* quick followup fix

* continue to fix test failures and warnings

* quick followup fix

* trying to fix some more tests

* partly fixed support for 0D/scalar UMat's

* use updated parseReduce() from upstream

* trying to fix the remaining test failures

* fixed [ch]aruco tests in Python

* still trying to fix tests

* revert "fix" in dnn's CUDA tensor

* trying to fix dnn+CUDA test failures

* fixed 1D umat creation

* hopefully fixed remaining cuda test failures

* removed training whitespaces
2023-09-21 18:24:38 +03:00
..
opencl add reproducer and bugfix 2021-05-25 11:28:23 +03:00
test_aruco_utils.cpp ChArUco pre460 pattern support 2023-05-04 16:59:04 +03:00
test_aruco_utils.hpp Merge branch 4.x 2023-07-05 15:51:10 +03:00
test_arucodetection.cpp Merge branch 4.x 2023-07-13 09:28:36 +03:00
test_barcode.cpp objdetect: updated barcode test 2023-06-15 15:32:19 +03:00
test_boarddetection.cpp fixes extendDictionary, add test 2023-09-07 16:01:51 +03:00
test_cascadeandhog.cpp Add missing std namespace qualifiers 2023-09-06 13:46:39 +03:00
test_charucodetection.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
test_face.cpp upgrade FaceDetectorYN to v2 2023-03-21 12:41:02 +08:00
test_main.cpp Merge pull request #20422 from fengyuentau:dnn_face 2021-10-08 19:13:49 +00:00
test_precomp.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
test_qr_utils.hpp Fix compilation when HAVE_QUIRC is not set. 2023-07-03 11:35:05 +03:00
test_qrcode_encode.cpp Merge pull request #24194 from vrabaud:compilation_fix 2023-08-27 17:46:24 +00:00
test_qrcode.cpp Fix compilation when HAVE_QUIRC is not set. 2023-07-03 11:35:05 +03:00