Re-distort points with camera intrinsics/extrinsics
问题 Given a set of 2D points, how can I apply the opposite of undistortPoints ? I have the camera intrinsics and distCoeffs and would like to (for example) create a square, and distort it as if the camera had viewed it through the lens. I have found a 'distort' patch here : http://code.opencv.org/issues/1387 but it would seem this is only good for images, I want to work on sparse points. 回答1: This question is rather old but since I ended up here from a google search without seeing a neat answer I