- Category:
- Special Effects
- Tags:
-
- File Size:
- 34kb
- Update:
- 2018-01-18
- Downloads:
- 0 Times
- Uploaded by:
- 陌绪
Description: 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);
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
image reversal\image reversal.m | 232 | 2018-01-18
|
image reversal\image.docx | 39513 | 2018-01-18
|
image reversal | 0 | 2018-01-18 |