Estimating Homography including Radial Distortion
Given a set of sparse correspondences between two images, is there an easy way to estimate a homography including radial distortion parameters in OpenCV?
I don't think so. You have to write your own algorithm