问题
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
回答1:
On most smartphones you can ask the camera device for its parameters (that's how they get written in the EXIF headers of the images). Or you can read them from EXIF yourself.
回答2:
there is the web based calibration service at https://www.calibdb.net/. It remembers finished calibrations, so it also acts as a database.
来源:https://stackoverflow.com/questions/24889200/is-there-a-camera-calibration-matrix-database