1. 首页
  2. 数据库
  3. MySQL
  4. matlab边缘检测程序

matlab边缘检测程序

上传者: 2019-09-25 14:24:42上传 NONE文件 1.07KB 热度 26次
matlab边缘检测程序=imread('rice.png');subplot(2,2,1);imshow(I);J=imnoise(I,'gaussian');;subplot(2,2,2);imshow(J);[m,n]=size(J);K=J;h1=[1,2,1;2,4,2;1,2,1]/16;h2=[1,1,1;1,1,1;1,1,1]/9;fori=2:m-1;forj=2:n-1J(i,j)=h1(1)*J(i-1,j-1)+h1(2)*J(i-1,j)+h1(3)*J(i-1,j+1)+h1(4)*J(i,j-1)+h1(5)*J(i,j)+
用户评论
码姐姐匿名网友 2019-09-25 14:24:42

很好,可以用

码姐姐匿名网友 2019-09-25 14:24:42

挺好的,对自己有一定启发!

码姐姐匿名网友 2019-09-25 14:24:42

一般 勉强可用

码姐姐匿名网友 2019-09-25 14:24:42

程序不错,可以运行的

码姐姐匿名网友 2019-09-25 14:24:42

亲测可以运行结果 还不错

码姐姐匿名网友 2019-09-25 14:24:42

运行可以出结果

码姐姐匿名网友 2019-09-25 14:24:42

可以运行,还行

码姐姐匿名网友 2019-09-25 14:24:42

写得非常好!

码姐姐匿名网友 2019-09-25 14:24:42

程序可以运行

码姐姐匿名网友 2019-09-25 14:24:42

程序可以运行出来,没有错误,一般