opencv/modules/calib/src
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
..
calibinit.cpp Merge pull request #22754 from mshabunin:c-cleanup 2022-12-14 18:57:08 +00:00
calibration_handeye.cpp Disabled compiling warnings in case of symbols in cmake for 5.x 2022-09-20 13:36:59 +03:00
calibration.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
checkchessboard.cpp Merge branch 4.x 2021-04-10 18:03:01 +00:00
chessboard.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
chessboard.hpp Merge branch 4.x 2023-01-09 11:08:02 +00:00
circlesgrid.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
circlesgrid.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
distortion_model.hpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
fisheye.cpp attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
fisheye.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
main.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
multiview_calibration.cpp add error in the first camera to the cost function 2023-08-02 15:45:23 +03:00
precomp.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
quadsubpix.cpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00