Error : Undefined function 'imwrap' for input arguments of type 'imref2d'.
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!