文件名称:image reversal
介绍说明--下载内容来自于网络,使用问题请自行百度
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);)
相关搜索: matlab 图像分割
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
image reversal\image reversal.m | 232 | 2018-01-18 |
image reversal\image.docx | 39513 | 2018-01-18 |
image reversal | 0 | 2018-01-18 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.