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);
댓글 수: 3
답변 (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!