• 大小: 7KB
    文件类型: .txt
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: Matlab
  • 标签: 人眼定位  

资源简介

人眼定位 clear all x=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加椒盐噪声

资源截图

代码片段和文件信息

评论

共有 条评论