Error : Undefined function 'imwrap' for input arguments of type 'imref2d'.
조회 수: 16 (최근 30일)
이전 댓글 표시
Undefined function 'imwrap' for input arguments of type 'imref2d'. I am getting this error.
scaleTransform = findScaleTransform(refDims,repDims);
outputView = imref2d(size(referenceImage));
videoFrameScaled = imwrap(videoFrame, scaleTransform,'OutputView', outputView);
Can anyone pls help me?
댓글 수: 0
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!