Santiago Cortés Reina (Doctoral student at Aalto University)
Camera autocalibration using the gyroscope. Using a linearized dynamic model and a pinhole projection camera model with two distortion coefficients.
Created in MatLab R2017a.
FFMPEG is used to extract the frames.
In order to extract features mexopencv (3.0.0) is used.
The extracted points are available and thus the example can be run without FFMPEG and mexopencv.
All files are written in Mathworks Matlab
main.m
(Matlab) Example of selfcalibrationdata
(folder) Folder containing example video, IMU data and extracted features.
- run
main.m
to generate the example solution as shown in 1. - visualization control variables are present( video frames need to be extracted into data folder beforehand)
- to extract frames run the following comment.
ffmpeg -r 2 -i data/cards2/data.mov data/cards2/frame-%05d.png
- S. Cortés, A. Solin, J. Kannala (2018). Robust Gyroscope-Aided Camera Self-Calibration. In Proceedings of the International Conference on Information Fusion (FUSION). Cambridge, UK. (arXiv)
This software is distributed under the GNU General Public License (version 3 or later); please refer to the file LICENSE.txt
, included with the software, for details.