Where is the world coordinate frame referenced to in the function triangulate when two camera Matrices are provided?
1 次查看(过去 30 天)
显示 更早的评论
I am using triangulate to get 3D points clouds from a stereo pair: [worldPoints_t,reprojectionErrors_t] = triangulate(matchedPointsL_t,matchedPointsR_t,PL',PR'); The triangulate documentation says that the function, "returns the 3-D locations of the matching pairs in a world coordinate system. These locations are defined by camera projection matrices." I am wondering if the world coordinate frame is aligned with the optical center of camera 1 (the left camera, PL' in my case) or the second?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!