get camera matrix from known camera parameters

asked 2015-09-01 04:22:27 -0600

I need a camera matrix (fx, fy, cx, cy) for calling cv::projectPoints. My camera cannot be calibrated, but I got the parameters of the camera:

focal distance: 1.8
focal length: 4.8
aperture: 4.0
sensor width: 5.63
sensor height: 5.63
horizontal resolution: 1024
vertical resolution: 1024

How can I calculate the camera matrix for my camera?

edit retag flag offensive close merge delete

Comments

2

you can find an answer here or here

LBerger gravatar imageLBerger ( 2015-09-01 05:19:01 -0600 )edit