Home > other >  Imtransform use of relevant issues
Imtransform use of relevant issues

Time:09-25

clear all;
I=imread (' tilted. JPG);
Udata=https://bbs.csdn.net/topics/[0, 1]; Vdata=[0, 1];
Tform=maketform (projective, [0 0 0, 1],... [- 1, 0, 1, 1));
[B xdata ydata]=imtransform (I, tform, 'bicubic,...
'udata, udata,...
'vdata, vdata,...
'size, the size (I),...
'the 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));
Excuse me why the show
Error: the File: Untitled. M Line: 5 Column: 16
Incorrect use of the '=' operator. To assign a value To a variable, use the '='. To compare values for equality, use '=='.
  • Related