calibration and transform point in new location [closed]

asked 2018-08-02 23:22:07 -0600

arsh gravatar image

updated 2018-08-02 23:24:03 -0600

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

K 3*3  = intrinsic parameters
R 3*3 = rotation matrix 
T 1*3 = 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)
edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2018-08-03 01:12:34.566593

Comments

sorry, but this site is about opencv

berak gravatar imageberak ( 2018-08-03 01:12:26 -0600 )edit