Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Check if my projection matrices are correct

I used OpenCV methods stereoCalibrate and stereoRectify to get the projection matrices of my cameras - that means I used euclidean geometry. Now I want to check if these projection matrices are correct. I found out that I can't use for the calculation fundamental matrix, because it is included in other kind of geometry (projective, but I am not sure). I could transform that projective geometry to euclidean one. But isn't there any easier way to check them?

I am new in computer vision, so I am sorry if I wrote something incorrectly or something isn't that clear to me. If that happened, please correct me. And if someone can explain me what is the difference between these geometries clearly (I was searching, but I think some information is missing there for me), I would be grateful for that :)