opencv/modules/calib3d
Alexander Alekhin 175cd03ff2 calib3d: fix findCirclesGrid hang
- detect case with infinite loop and raise NoConv exception
- handle such exception
- add support for case with missing `blobDetector` (image contains Point2f array of candidates)
- add regression test
- undone rectification for "failed" detections too
- drop redirectError() usage
2020-12-11 07:31:50 +00:00
..
doc Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
include/opencv2 calib3d: fix findCirclesGrid hang 2020-12-11 07:31:50 +00:00
misc Added Java and C++ regression test for estimateNewCameraMatrixForUndistortRectify. 2020-05-08 13:04:25 +03:00
perf Added performance test for StereoBM algorithm 2019-09-09 16:37:06 +03:00
src calib3d: fix findCirclesGrid hang 2020-12-11 07:31:50 +00:00
test calib3d: fix findCirclesGrid hang 2020-12-11 07:31:50 +00:00
CMakeLists.txt js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00