clear all;
I = imread('tilted.jpg');
udata=https://bbs.csdn.net/topics/ [0 1]; vdata=[0 1];
tform=maketform('projective',[0 0; 1 0],...[-1 0; 1 1]);
[B xdata ydata]=imtransform(I, tform, 'bicubic',...
'udata',udata,...
'vdata',vdata,...
'size',size(I),...
'fill',128);
subplot(1,2,1), help imshow(udata, vdata, I) axis on
xlabel('(a)');
subplot(1,2,2), help imshow(xdata, ydata, B) axis on
xlabel('(b)');
請問一下這個為什么會顯示
Error: File: Untitled.m Line: 5 Column: 16
Incorrect use of '=' operator. To assign a value to a variable, use '='. To compare values for equality, use '=='.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/75142.html
標籤:其他開發語言
上一篇:求助,如何處理CSV檔案
下一篇:python
