In my Python / OpenCV code I'm using random homographies to simulate viewpoint changes (I'm evaluating interest point detectors and wanted to avoid searching for image pairs).
Is it possible to compute epipolar lines and the Essential matrix between one image and its warped version? The only information I have is the homography that I applied.
There are other posts somewhat related to my problem : How to calculate Rotation and Translation matrices from homography?, How to calculate Rotation and Translation matrices from homography?, Find Homography atrix from Fundamental matrix, but I have no idea how to do Homography matrix -> Essential matrix.
If what I'm trying to do doesn't make sense, please tell me why.
Thanks