Error : Undefined function 'imwrap' for input arguments of type 'imref2d'.

조회 수: 16 (최근 30일)
Sagar Karpe
Sagar Karpe 2015년 5월 31일
답변: Image Analyst 2015년 5월 31일
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?

답변 (1개)

Image Analyst
Image Analyst 2015년 5월 31일
There is no imwrap(). Perhaps you meant imwarp()?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by