extrinsicsEstimationErrors
Object for storing standard errors of estimated camera extrinsics and distortion coefficients
Description
The extrinsicsEstimationErrors
object contains the standard
errors of estimated camera extrinsics. You can access the extrinsics standard errors using the
object properties. You can display the standard errors using the displayErrors
object function.
Creation
Syntax
[params,imgsUsed,Errors] = estimateCameraParameters(imagePoints,worldPoints)
Description
[params,imgsUsed,Errors] = estimateCameraParameters(imagePoints,worldPoints)
creates an extrinsicsEstimationErrors
object by calling the estimateCameraParameters
function with image points and world points. The
function returns a stereoCalibrationErrors
or cameraCalibrationErrors
object as the third argument, which contains the
extrinsicsEstimationErrors
as a read-only property.
Properties
Examples
Version History
Introduced in R2013b