-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Supported models
Thomas Schneider edited this page Jun 18, 2014
·
24 revisions
Kalibr supports 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:
- fu, fv: focal-length
- pu, pv: principal point
- xi: mirror parameter (only omni)
Kalibr supports the following distortion models:
-
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