• 大小: 33.5MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: Matlab
  • 标签: matlab  

资源简介

数字图像处理使用matlab进行几何变换,内含.m源代码及详细实验报告

资源截图

代码片段和文件信息

I=imread(‘D:\images\2.jpg‘);
%%垂直方向的错切
[rowcoldep]=size(I); 
I1=zeros(rowcol);
dy = 0.5;        %错切系数
for m=1:row
    for n=1:col
        x = round(m);
        y = round(n + dy * m);
        I1(xy)=I(mn);
    end
end
subplot(121);imshow(I);title(‘原图‘);
subplot(122);imshow(I1[]);title(‘垂直错切后的图片‘);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    8800856  2018-10-14 23:04  几何变换\chuizhicuoqie.fig

     文件        341  2018-10-14 23:04  几何变换\chuizhicuoqie.m

     文件    6060991  2018-10-14 23:12  几何变换\fangda.fig

     文件        807  2018-10-14 23:12  几何变换\fangda.m

     文件    8642062  2018-10-14 23:04  几何变换\shuipingjingxiang.fig

     文件        418  2018-10-14 23:03  几何变换\shuipingjingxiang.m

     文件   11807241  2018-10-14 23:01  几何变换\xuanzhuan.fig

     文件       1116  2018-10-14 23:00  几何变换\xuanzhuan.m

     目录          0  2018-10-14 23:28  几何变换

----------- ---------  ---------- -----  ----

             35313832                    9


评论

共有 条评论