mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
a1f4e65d03
objectPoints and imagePoints are not checked whether they're empty and cause checkVector() to fail, thus result in a wrong error message. Fixes: https://github.com/opencv/opencv/issues/6002