文件名称:image reversal
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- 上传时间:
- 2018-01-18
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- 陌*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.图像反转
MATLAB程序实现如下:
I=imread('xian.bmp');
J=double(I);
J=-J+(256-1); %图像反转线性变换
H=uint8(J);
subplot(1,2,1),imshow(I);
subplot(1,2,2),imshow(H);(1. image reversal
The MATLAB program is implemented as follows:
I=imread ('xian.bmp');
J=double (I);
J=-J+ (256-1);% image inversion linear transformation
H=uint8 (J);
Subplot (1,2,1), imshow (I);
Subplot (1,2,2), imshow (H);)
MATLAB程序实现如下:
I=imread('xian.bmp');
J=double(I);
J=-J+(256-1); %图像反转线性变换
H=uint8(J);
subplot(1,2,1),imshow(I);
subplot(1,2,2),imshow(H);(1. image reversal
The MATLAB program is implemented as follows:
I=imread ('xian.bmp');
J=double (I);
J=-J+ (256-1);% image inversion linear transformation
H=uint8 (J);
Subplot (1,2,1), imshow (I);
Subplot (1,2,2), imshow (H);)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
image reversal\image reversal.m | 232 | 2018-01-18 |
image reversal\image.docx | 39513 | 2018-01-18 |
image reversal | 0 | 2018-01-18 |