Error : Undefined function 'imwrap' for input arguments of type 'imref2d'.
13 ビュー (過去 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!