Ask Your Question
0

Undistort images or not before finding the Fundamental/Essential Matrix?

asked 2016-11-26 17:09:05 -0600

Hilman gravatar image

I am quite confused right now. In order to find the Fundamental Matrix and the Essential Matrix, my common way is by first, undistort the images before did the other processes like detecting keypoints, matching the keypoints, find the Fundamental Matrix and then, the Essential Matrix. Is this correct? Can I not undistort the images in order to find the Fundamental Matrix and the Essential Matrix?

Another question is, as for the function findEssentialMat of the OpenCV, does it operate on the undistorted points, or distorted points, or both?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-11-26 19:00:37 -0600

Tetragramm gravatar image

Undistort first, although if you like, you can merely undistort the matched points rather than the whole image. That saves some processing power if you don't need the undistorted images for anything else.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-26 17:09:05 -0600

Seen: 628 times

Last updated: Nov 26 '16