estimateStereoBaseline
Estimate baseline of stereo camera
Syntax
Description
[
estimates the translation and orientation between two cameras of the same
resolution. stereoParams
,pairsUsed
,estimationErrors
] = estimateStereoBaseline(imagePoints
,worldPoints
,intrinsics1
,intrinsics2
)
The estimateStereoBaseline
function is best used for a stereo
system with a wide baseline when the cameras are so far apart that you cannot
capture the complete calibration pattern in the field-of-view of each camera. This
function estimates extrinsic parameters using fixed camera intrinsics that have been
estimated independently for each camera. Calibrating each camera independently
results in more precise estimates of the intrinsics.
[
specifies the units in which stereoParams
,pairsUsed
,estimationErrors
] = estimateStereoBaseline(imagePoints
,worldPoints
,intrinsics1
,intrinsics2
,'WorldUnits',units
)worldPoints
are measured.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a