Groups
Groups
Sign in
Groups
Groups
OCamCalib Toolbox
Conversations
Labels
About
Send feedback
Help
extrinsic parameters problem
160 views
Skip to first unread message
aa814...@gmail.com
unread,
Feb 20, 2017, 10:10:48 PM
2/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OCamCalib Toolbox
i dont understand how to use extrinsic parameters。when i calibrate my camera i get a matrix RRfin. but how to use it .
Rolf Adelsberger
unread,
Aug 23, 2020, 6:22:48 AM
8/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OCamCalib Toolbox
Maybe a bit late, but probably somebody has the same problem:
The affine transform RRfin is [x y t]. Thus, to create a rotation matrix of RRfin for frame/image f do the following:
x = RRfin(1,:,frame);
y = RRfin(2,:,frame);
T = RRfin(3,:,frame);
z = cross(x,y);
R = [x y z]
Hth
Reply all
Reply to author
Forward
0 new messages