Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

calibration and transform point in new location

Hi. i using Qtcalib for calibration. it give me 3 Matrices now: K = intrinsic parameters R = rotation matrix T = translation matrix

i have question now, i have a line with two point, after calibration i want to know where is my Line points location now ? how i calculate new point ? because i want two determine size of that line after calibrate, i want know real length of that line(you can use 2D or 3D ) please help me to know whats formula to calculate : using that 2 matrices

(Xnew,Ynew)= Function(K,R,T,x,y)

calibration and transform point in new location

Hi. i using Qtcalib for calibration. it give me 3 Matrices now: now:

K 3*3  = intrinsic parameters
R 3*3 = rotation matrix 
T 1*3 = translation matrix

matrix

i have question now, i have a line with two point, after calibration i want to know where is my Line points location now ? how i calculate new point ? because i want two determine size of that line after calibrate, i want know real length of that line(you can use 2D or 3D ) please help me to know whats formula to calculate : using that 2 matrices

(Xnew,Ynew)= Function(K,R,T,x,y)