上传者: u010095114
|
上传时间:2025/6/23 0:25:17
|
文件大小:7KB
|
文件类型:txt
matlab实现人眼定位程序
人眼定位clearallx=imread('C:\wuzun.jpg');%读取原始图像figure(1);subplot(1,4,1);imshow(x);title('原图像1');y=rgb2gray(x);subplot(1,4,2);imshow(y);title('图像1的灰度图');%图1灰度图u1=imnoise(y,'salt&pepper',0.07);subplot(1,4,3);imshow(u1);title('图像1加噪声图');%给图1加椒盐噪声
本软件ID:5201953