How to use calibration parameters from KITTI?
Ältere Kommentare anzeigen
I'm working on stereo vision and I am using data from http://www.cvlibs.net/datasets/kitti/ The calibration parameters they use are very different from the parameters that the stereo camera calibrator toolbox produce and I couldn't find a way to use their data in MATLAB.
I also tried to use their calibration images in stereo camera calibrator toolbox which looks like this:

But when I run the calibration it fails saying:

Please help me if you have any idea on how to solve this
2 Kommentare
Dima Lisin
am 28 Feb. 2016
Bearbeitet: Dima Lisin
am 11 Mär. 2016
What do the Kitti calibration parameters look like?
Mohammad Alzorgan
am 29 Feb. 2016
Akzeptierte Antwort
Weitere Antworten (2)
Chris Monaco
am 20 Mär. 2016
1 Stimme
Where did you find the checkerboard size for the KITTI calibration images?
3 Kommentare
Calvin Trescott
am 22 Mär. 2016
As far as I am aware the checkerboard size is not given with the KITTI calibration data. You have to use the calibration data to manually make a stereoParameters object using the information mentioned above, the information in about the KITTI calibration data here: http://www.cvlibs.net/publications/Geiger2013IJRR.pdf and the information in the matlab documentation here: http://www.mathworks.com/help/vision/ref/stereoparameters-class.html
I'm working on this still but I'll post a more complete how-to once I figure it out completely. If anyone has tips on how to make the rotation matrix and translation vector between cameras 2 and 3 that would be very helpful.
James Kiel
am 22 Mär. 2016
I believe the Rotational Matrix and Translation Vector are values with respect to Camera 0. Unless I am mistaken it would then be the difference of Camera 2 and Camera 3 from Camera 0.
Chris Monaco
am 2 Apr. 2016
Figured this out. The checkerboard size is given as "corner_dist," representing the distance between two adjacent checkerboard corners.
Rafa Z
am 16 Okt. 2017
0 Stimmen
Can you someone explain how to in more details (kind of new to this field so step by step instruction will be highly appreciated)? I still can not understand how to get cameraParameters1 and cameraParameters2
Kategorien
Mehr zu MATLAB Support Package for USB Webcams finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!