How to obtain projection matrix?
I have translation, rotation and camera matrices for two camera. How I can obtain two projection matrices for them?
I have translation, rotation and camera matrices for two camera. How I can obtain two projection matrices for them?
Hi, the projection matrix is defined as P = KT (matrix multiplication)
where K => intrinsic parameters (camera parameters obtained by calibration)
[fx, 0, cx;
K = 0, fy, cy;
0, 0, 1]
and T => extrinsic parameters (rotation matrix and translation vector [R|t] )
[r11, r12, r13, t1;
T = r21, r22, r23, t2;
r31, r32, r33, t3]
You can see this in the docs page.
Asked: 2013-05-17 07:16:02 -0600
Seen: 4,216 times
Last updated: May 17 '13
cv::reduce gives unsupported format exception
What is the price of 3D face dataset? Can anyone suggest a good 3D face dataset?
Help Recovering Structure From Motion
Algorithms for 3D face reconstruction
Captured image viewpoint changing
Camera with auto-focus and 3D reconstruction