function estimateUncalibratedRectification
1 次查看(过去 30 天)
显示 更早的评论
function estimateUncalibratedRectification from page http://www.mathworks.com/help/vision/ref/estimateuncalibratedrectification.html
Could someone please explain what do these data mean? Or how can I adjust?
[x0, y0] = deal(-120, -30); xLim = [0.5, w+0.5] + x0; yLim = [0.5, h+0.5] + y0; outputView = imref2d([h,w], xLim, yLim);
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!