Hello,
I am computing the Homography between two images and using that to estimate the change in camera pose.
The putative matches between the images are accurate(using SIFT/SURF/ORB) yet in certain scenarios the re-projection error is very high(I calculate this myself using x' - H*x)
Are there any guidelines to improve the re-projection error(and so the Homography)? Or does anyone know of any literature that could help?
Thanks!