estimateMultiCameraParameters
Calibrate extrinsic parameters of multiple cameras with overlapping views
Since R2025a
Syntax
Description
[
returns an object cameraParams
,imagesUsed
]
= estimateMultiCameraParameters(imagePoints
,worldPoints
,intrinsics
)cameraParams
, estimates extrinsic
parameters of multiple cameras using images of a single calibration pattern. The
extrinsic parameters include the rotation and translation that describe the
position and orientation of each camera with respect to the reference camera.
The function also returns the images you used to estimate the camera parameters.
The function adjusts all image points for distortion according to the lens
distortion parameters specified in the intrinsics
input.
specifies options using one or more name-value arguments in addition to any
combination of arguments from previous syntaxes. For example,
cameraParams
= estimateMultiCameraParameters(___,Name=Value
)WorldUnits="mm"
sets the world units to
millimeters.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a