1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
opencv/samples/cpp
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
..
2022-07-12 19:42:39 +09:00
2023-01-28 17:31:32 +00:00
2019-09-05 01:10:51 +03:00
2018-11-16 18:08:22 +00:00
2023-07-05 15:51:10 +03:00
2023-07-05 15:51:10 +03:00
2021-09-11 23:58:14 +03:00
2020-07-23 20:09:37 +03:00
2019-09-05 01:10:51 +03:00
2021-12-30 21:43:45 +00:00
2019-09-05 01:10:51 +03:00
2019-09-20 18:03:26 +03:00
2019-09-20 18:03:26 +03:00
2021-12-30 21:43:45 +00:00
2023-03-15 21:30:26 +08:00
2022-07-02 00:56:10 +03:00
2019-09-05 01:10:51 +03:00
2020-07-23 20:09:37 +03:00
2021-10-01 16:23:16 +03:00
2018-11-16 18:08:22 +00:00
2016-07-07 09:29:41 +02:00
2018-11-16 18:08:22 +00:00
2019-09-05 01:10:51 +03:00
2016-12-15 15:39:47 +03:00
2019-09-05 01:10:51 +03:00
2022-08-21 15:27:31 +00:00
2019-09-05 01:10:51 +03:00
2023-07-05 15:51:10 +03:00
2020-07-23 20:23:31 +03:00
2023-02-07 01:19:00 +03:00
2022-08-22 11:14:59 +08:00