Uncalibrated stereo rectification
[
returns projective transformations for rectifying stereo images. This function
does not require either intrinsic or extrinsic camera parameters.T1
,T2
]
= estimateUncalibratedRectification(F
,inlierPoints1
,inlierPoints2
,imagesize
)
An epipole may be located in the first image or the second image. Applying the
output uncalibrated rectification of T1
(or
T2
) to image 1
(or image
2
) may result in an undesired distortion. You can check
for an epipole within an image by applying the isEpipoleInImage
function.
[1] Hartley, R. and A. Zisserman. Multiple View Geometry in Computer Vision. Cambridge University Press. 2003.
[2] Pollefeys, M., Koch, R., and Van Gool, L.. A Simple and Efficient Rectification Method for General Motion. Proceedings of the Seventh IEEE International Conference on Computer Vision. Volume 1, pages 496-501. 1999. DOI:10.1109/ICCV.1999.791262.
BRISKPoints
| cameraParameters
| cornerPoints
| MSERRegions
| ORBPoints
| stereoParameters
| SURFPoints