I am working on finding stereo correspondences using epipolar geometry. I am using p^T * F p'= 0* equality and I know Fundamental Mat's values. Basically , I have 2 rectified images and I am trying to calculate the matches of a point I took from the left image, using the points on the same line in the right image, over this equality. But I did not reach "0" result from this equation. left
Input images are rectified ,there is just translation between them and I know Fundamental Matrix
I run ORB detector and flann matcher and I get correspondence with different method. But when I was looking matched points they are not at same line and they do not give 0 result it gave grater than "0" from **p^t F p' equality.What is the reason of this?
What should I do when finding correspondence using epipolar geometry?
If the image is rectified, shouldn't we use the same line to search for correspondence? Do you think it is correct to use this equation?