hi, thanks for your excellent work!!!
I am reading your codes and I encountered some issues:
what does frame_trans represent? My understanding is to project the points in the world coordinate system to (u, v) space, frame_trans is the operation of projecting points from world space into (u, v) space?
If the frame_trans does project the points from world space into (u, v) space, what does transed_vals mean in QueryFrameTransform? why transed_vals (i,0)= xz[0]/xz[1]?
I may have misunderstood something, thank you for your answer!
hi, thanks for your excellent work!!! I am reading your codes and I encountered some issues:
what does frame_trans represent? My understanding is to project the points in the world coordinate system to (u, v) space, frame_trans is the operation of projecting points from world space into (u, v) space?
If the frame_trans does project the points from world space into (u, v) space, what does
transed_vals
mean in QueryFrameTransform? whytransed_vals (i,0)= xz[0]/xz[1]
?I may have misunderstood something, thank you for your answer!