Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a camera calibration matrix database?

Is there a free-access database containing camera calibration parameters (camera matrices, intrinsic and extrinsic parameters) for the most popular devices?

I'm particularly interested in mobile-phone cameras or tablets with fixed focal length more than DSC's or DSLR's.

The idea is that an app using computer vision algorithms could access the database and download the parameters and be able to work right away, instead of making the users to calibrate their devices (and avoid having to calibrate every possible device myself)

I'm not interested in the micro-variations that might exist between different devices of the same model, average values are ok

like image 751
ButterDog Avatar asked Jul 22 '14 13:07

ButterDog


1 Answers

there is the web based calibration service at https://www.calibdb.net/. It remembers finished calibrations, so it also acts as a database.

like image 174
paroj Avatar answered Nov 16 '22 02:11

paroj