task 08 projection matrix #148
Unanswered
zerochaos000
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried many ways to construct the projection matrix but none of them will give me correct world point - camera coordinate conversion.... please help. Attached below is my code:
for i=1:nImg
K{i}=[fMat{i},0,0;0,fMat{i},0;0,0,1];
RT=[RMat{i},-RMat{i}*CMat{i}'];
ImgStruct.PMat{i}=K{i}*RT;
end
thanks!!
Beta Was this translation helpful? Give feedback.
All reactions