I have used this method (http://docs.opencv.org/doc/tutorials/calib3d/camera_calibration/camera_calibration.html) in order to calibrate my camera and obtained his intrinsic parameters and I want to convert this 3x3 matrix to a perspective matrix for use in OpenGL. Any ideas on how to do that?
Thanks in advance.