Real World Points [X Y Z] determination (VISION)
1 次查看(过去 30 天)
显示 更早的评论
The imagePoints found at stereo calibration i would like to translate to a real world point with a X Y Z location of the checkboard. I tried to use rectify, disparty and reconstructScene but that didn't work. Problem their is disparty. Which should give a Z out but does not do the trick.
My goal is to solve the equation of:
P=projection matrix
T=translation vectors
(X_r,Y_r )= positie camera Right
(X_l,Y_l )= positie camera Left
X_(l→r)=X_l-P1[0][2]/W-T[0][0]/2
X_(r→l)=X_r-P2[0][2]/W-T[0][0]/2
ΔX=X_(r→l)=-X_(l→r)
delta X is the difference from X position calculated from left or right camera.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!