-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Supported models
Thomas Schneider edited this page Jun 2, 2014
·
24 revisions
The toolbox allows the calibration of the following projection models
-
pinhole camera model (pinhole)
(intrinsics vector: [fu fv pu pv]) -
omnidirectional camera model (omni)
(intrinsics vector: [xi fu fv pu pv])
The intrinsics vector contains all parameters for the model:
- xi: (only omni) TODO: name of this parameters
- fu, fv: focal-length
- pu, pv: principal point
The following distortion models are available:
-
radial-tangential
(distortion_coeffs: [k1 k2 r1 r2]) -
equidistant
(distortion_coeffs: [k1 k2 k3 k4])
Please cite the appropriate papers when using this toolbox or parts of it in an academic publication.
Multiple camera calibration
Camera-IMU calibration
Multi-IMU and IMU intrinsic calibration
Rolling Shutter camera calibration
(only ROS):
Camera focus
Calibration validator
ROS2 support
Supported camera models
Calibration targets
Bag format
YAML formats
IMU Noise Model
Example: Calibrating a VI-Sensor
Example: Calibrating RealSense Cameras