opencv - Aruco detection on an undistorted image - Stack Overflow

admin2025-04-18  3

I have a camera with a distortion.
aruco::detectMarkers assumes undistorted image.
aruco::detectMarkers docs recommends undistortion.

But official doc example does not correct distortion at all.

solvePnP handles distortion, but how is it supposed to work on an undistorted image?
Same question for projectPoints.

Should I use newCameraMatrix and noArray as diff coeffs?

转载请注明原文地址:http://anycun.com/QandA/1744921718a89518.html