forked from ethz-asl/kalibr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ethz-asl#65 from othlu/feature/rs-calibration
Rolling Shutter Camera calibration
- Loading branch information
Showing
58 changed files
with
2,247 additions
and
1,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ Kalibr is a toolbox that solves the following calibration problems: | |
intrinsic and extrinsic calibration of a camera-systems with non-globally shared overlapping fields of view | ||
1. **Camera-IMU calibration**: | ||
spatial and temporal calibration of an IMU w.r.t a camera-system | ||
1. **Rolling Shutter Camera calibration**: | ||
full intrinsic calibration (projection, distortion and shutter parameters) of rolling shutter cameras | ||
|
||
|
||
**Please find more information on the [wiki pages](https://github.com/ethz-asl/kalibr/wiki) of this repository.** | ||
|
||
|
@@ -17,13 +20,15 @@ Kalibr is a toolbox that solves the following calibration problems: | |
* Jérôme Maye ([email]([email protected])) | ||
* Jörn Rehder ([email]([email protected])) | ||
* Thomas Schneider ([email]([email protected])) | ||
* Luc Oth | ||
|
||
## References | ||
The calibration approaches used in Kalibr are based on the following papers. Please cite the appropriate papers when using this toolbox or parts of it in an academic publication. | ||
|
||
1. <a name="paul1"></a>Paul Furgale, Joern Rehder, Roland Siegwart (2013). Unified Temporal and Spatial Calibration for Multi-Sensor Systems. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Tokyo, Japan. | ||
1. <a name="paul2"></a>Paul Furgale, T D Barfoot, G Sibley (2012). Continuous-Time Batch Estimation Using Temporal Basis Functions. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), pp. 2088–2095, St. Paul, MN. | ||
1. <a name="jmaye"></a> J. Maye, P. Furgale, R. Siegwart (2013). Self-supervised Calibration for Robotic Systems, In Proc. of the IEEE Intelligent Vehicles Symposium (IVS) | ||
1. <a name="othlu"></a>L. Oth, P. Furgale, L. Kneip, R. Siegwart (2013). Rolling Shutter Camera Calibration, In Proc. of the IEEE Computer Vision and Pattern Recognition (CVPR) | ||
|
||
## Acknowledgments | ||
This work is supported in part by the European Community's Seventh Framework Programme (FP7/2007-2013) under grants #269916 (V-Charge), and #610603 (EUROPA2). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.