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?