Say for 180 degree rotation between two images, even though technically after rotation the translation should be close to zero. The translation that I get from cv2.findhomography function using points from two 180 degree rotated images are way off by exactly the image size. Is there a mathematical way to estimate the correct translation vector (tx,ty) based on rotation
Also,does scale impact this translation value from homography matrix