cameraIMUParameters
Description
The cameraIMUParameters
object stores the camera-to-IMU parameter
estimations from the calibration optimization executed by the estimateCameraIMUTransform
function.
Creation
Description
[tform,camIMUParams] = estimateCameraIMUTransform(___)
returns the transformation between a camera reference frame and an IMU reference frame,
and the estimated calibration parameters as a cameraIMUParameters
object
camIMUParams
.
Properties
Object Functions
showIMUBiasEstimates | Visualize IMU accelerometer and gyroscope bias estimates |
showIMUPredictionErrors | Visualizes absolute values of IMU prediction errors |
showReprojectionErrors | Visualize means reprojection error for images as bar graph |
showTransform | Visualize estimated camera-to-IMU transformation |
validate | Validate camera-IMU calibration |
Version History
Introduced in R2024a