ç¨ affine2d å imwarp
ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ä»£ç ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼
fixed = imread('cameraman.tif');
theta = 20;
S = 2.3;
tform = affine2d();
moving = imwarp(fixed,tform);
moving = moving + uint8(10*rand(size(moving)));
figure, imshowpair(fixed,moving,'montage');
温馨提示:答案为网友推荐,仅供参考