How to create a OpenCV camera from this parameters?
Hello everyone,
I have a set of camera parameters but I don't know the model of the camera is . I only know that the pictures was taken from a set of cameras mounted in a plane. I get the parameters from a GIS software. The parameters that I have are the following:
PixSiz = 0.00000414
PpX = -0.00021513
PpY = 0.00024412
Focal = 0.0975768
K0 = 0.000000E+00
K1 = -8.139193E-06
K2 = 4.675470E-09
K3 = 7.303151E-12
P1 = 0.000000E+00
P2 = 0.000000E+00
B1 = 0.000000E+00
B2 = 0.000000E+00
do you know the camera model? how I can create an OpenCV camera model from this parameters?
Thank you