stereoCalibrationErrors
Object for storing standard errors of estimated stereo parameters
Description
The stereoCalibrationErrors
object contains the standard
errors of the estimated calibration parameters of a pair of stereo cameras. The object
stores the estimated intrinsic parameters for camera one and camera two, the extrinsic
parameters for camera one, and the rotation and translation of camera two relative to
camera one. You can access the standard error values by using the object properties. To
display the standard errors, use the displayErrors
object function.
Creation
Create a stereo camera calibration errors object by using the estimateCameraParameters
function to calibrate a pair of stereo cameras.
The stereoCalibrationErrors
object is the third output argument of the estimateCameraParameters
function. For
example:
[params,imgsUsed,Errors] = estimateCameraParameters(imagePoints,worldPoints)
Properties
Object Functions
displayErrors | Display standard errors of stereo camera parameter estimation |
Examples
Version History
Introduced in R2014b
See Also
Apps
Classes
cameraParameters
|stereoParameters
|cameraCalibrationErrors
|intrinsicsEstimationErrors
|extrinsicsEstimationErrors