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

16 visualizaciones (últimos 30 días)
Sagar Karpe
Sagar Karpe el 31 de Mayo de 2015
Respondida: Image Analyst el 31 de Mayo de 2015
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?

Respuestas (1)

Image Analyst
Image Analyst el 31 de Mayo de 2015
There is no imwrap(). Perhaps you meant imwarp()?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by