extrinsic parameters problem

160 views
Skip to first unread message

aa814...@gmail.com

unread,
Feb 20, 2017, 10:10:48 PM2/20/17
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 AM8/23/20
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