opencv/modules/imgproc/test/ocl
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
..
test_accumulate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_blend.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_boxfilter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_canny.cpp Fix modules/ typos 2019-08-16 17:34:29 +03:00
test_color.cpp fix test failure of OCL_ImgProc/CvtColor8u.mRGBA2RGBA 2019-07-05 11:22:22 +09:00
test_filter2d.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_filters.cpp imgproc(ocl): fix morph generic filter checks 2018-11-14 20:15:01 +03:00
test_gftt.cpp Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR 2021-02-15 19:55:57 +00:00
test_histogram.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
test_houghlines.cpp let the test pass on Mali G52 (ODROID-N2) 2020-04-05 01:39:47 +09:00
test_imgproc.cpp Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
test_match_template.cpp Merge pull request #22754 from mshabunin:c-cleanup 2022-12-14 18:57:08 +00:00
test_medianfilter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_pyramids.cpp change area() emptiness checks to empty() 2018-10-13 21:35:10 +02:00
test_sepfilter2d.cpp imgproc(test): test bitExact cases in OCL/sepFilter2D 2020-07-08 10:14:56 +00:00
test_warp.cpp imgproc(ocl): fix resizeLN, avoid integer overflow 2021-12-09 20:30:26 +00:00