estimateUncalibratedRectification
(Not recommended) Uncalibrated stereo rectification
estimateUncalibratedRectification
is not recommended. Use the
estimateStereoRectification
function instead. For more information, see
Version History.
Description
[
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
)
Examples
Input Arguments
Output Arguments
Tips
An epipole may be located in the first image or the second image. Applying the output uncalibrated rectification of
T1
(orT2
) to image1
(or image2
) may result in an undesired distortion. You can check for an epipole within an image by applying theisEpipoleInImage
function.
References
[1]
[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.
Extended Capabilities
Version History
Introduced in R2012bSee Also
Apps
Objects
MSERRegions
|SIFTPoints
|SURFPoints
|BRISKPoints
|ORBPoints
|cornerPoints
|cameraParameters
|stereoParameters