📄 s059.m
字号:
clear;
I57=imread('1.jpg');
I570=rgb2gray(I57);
I571=histeq(I570);
subplot(2,2,1),imshow(I570);
subplot(2,2,2),imhist(I570);
subplot(2,2,3),imshow(I571);
subplot(2,2,4),imhist(I571)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -