Page 1 of 1

Simple Camera Calibration Tool and Intrinsics Database

Posted: Thu Jun 12, 2014 3:57 am
by mkonrad
Hi there,

I just wanted to announce a small and simple OpenCV-based camera calibration tool and a database for camera intrinsics, which can be found here: https://github.com/htw-inka/cam-intrinsics-db

I know that OpenCV comes with example source code for camera calibration, but this tool is rather difficult to use as it requires to write XML settings first. The proposed tool works from the command line with just a bunch of program arguments. See the mentioned github repo for its features and more details.

Furthermore, the repository contains a database with the identified camera parameters of different devices. We hope that this database grows in the future and you're invited to submit your calibration results.

Re: Simple Camera Calibration Tool and Intrinsics Database

Posted: Thu Jun 12, 2014 10:50 pm
by cybereality
Interesting. I'm sure people will find this useful.

Re: Simple Camera Calibration Tool and Intrinsics Database

Posted: Sat Jun 14, 2014 11:01 pm
by zalo
It would be neat to get DK2's camera calibration characteristics coughcough

Re: Simple Camera Calibration Tool and Intrinsics Database

Posted: Sun Jun 15, 2014 4:52 pm
by FingerFlinger
The SDK will expose a way to read intrinsics and distortion coefficients directly from your DK2 camera, since they are individually calibrated at the factory.