• 大小: 19.87M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-25
  • 语言: Matlab
  • 标签: 其他  

资源简介

精通Matlab数字图像处理与识别.zip

资源截图

代码片段和文件信息

I = imread(‘../erode_dilate.bmp‘); %读入8位灰度图像
%二值形态学处理中将灰度图像中所有非0值都看作是1,即前景物体

figure imshow(I); %得到图10.6(a)
se = strel(‘square‘ 3) %3*3的正方形结构元素
Ib= imerode(I se); %腐蚀
figure imshow(Ib); %得到图10.6(b)
se = strel([0 1 0; 1 1 1; 0 1 0]) %3*3的十字结构元素
Ic= imerode(I se); %腐蚀
figure imshow(Ic); %得到图10.6(c)
se = strel(‘square‘ 5) ;%5*5的正方形结构元素
Id= imerode(I se); %腐蚀
figure imshow(Id); %得到图10.6(d)
se = strel(‘square‘ 6); %6*6的正方形结构元素
Ie= imerode(I se); %腐蚀
figure imshow(Ie); %得到图10.6(e)
se = strel(‘square‘ 7) ;%7*7的正方形结构元素
If= imerode(I se); %腐蚀
figure imshow(If); %得到图10.6(f)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-03-09 14:57  精通Matlab数字图像处理与识别\
     文件      160522  2014-10-24 20:16  精通Matlab数字图像处理与识别\1.jpg
     文件       22394  2015-10-17 16:19  精通Matlab数字图像处理与识别\101.jpg
     文件       31539  2014-11-09 20:24  精通Matlab数字图像处理与识别\2.png
     文件       12151  2015-10-10 10:07  精通Matlab数字图像处理与识别\3.jpg
     文件       99643  2015-10-17 16:20  精通Matlab数字图像处理与识别\45.jpg
     目录           0  2015-10-17 16:17  精通Matlab数字图像处理与识别\chapter10\
     目录           0  2015-10-17 16:17  精通Matlab数字图像处理与识别\chapter10\Code\
     文件         707  2011-10-11 09:12  精通Matlab数字图像处理与识别\chapter10\Code\ex10_1.m
     文件         308  2004-01-01 16:12  精通Matlab数字图像处理与识别\chapter10\Code\ex10_10.m
     文件         946  2004-01-01 16:16  精通Matlab数字图像处理与识别\chapter10\Code\ex10_11.m
     文件         623  2011-10-11 09:23  精通Matlab数字图像处理与识别\chapter10\Code\ex10_2.m
     文件         558  2011-10-11 09:26  精通Matlab数字图像处理与识别\chapter10\Code\ex10_3.m
     文件         263  2011-10-11 09:28  精通Matlab数字图像处理与识别\chapter10\Code\ex10_4.m
     文件        1035  2011-10-11 12:56  精通Matlab数字图像处理与识别\chapter10\Code\ex10_5.m
     文件         369  2011-10-11 12:58  精通Matlab数字图像处理与识别\chapter10\Code\ex10_6.m
     文件         558  2011-10-11 13:40  精通Matlab数字图像处理与识别\chapter10\Code\ex10_8.m
     文件         549  2011-10-11 13:41  精通Matlab数字图像处理与识别\chapter10\Code\ex10_9.m
     文件        1031  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\Code\locateMouth.m
     目录           0  2015-10-17 16:17  精通Matlab数字图像处理与识别\chapter10\Tools\
     目录           0  2015-10-17 16:17  精通Matlab数字图像处理与识别\chapter10\Tools\morphSimulator\
     文件       98304  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\Tools\morphSimulator\MorphSimulator.exe
     文件       91078  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\Tools\morphSimulator\bg.bmp
     文件         837  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\Tools\morphSimulator\help.txt
     文件        4334  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\bw_bacteria.bmp
     文件        4878  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\erode_dilate.bmp
     文件      117610  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\head_portrait.bmp
     文件       66616  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\lena.bmp
     文件        3510  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\mouth.bmp
     文件      121078  2011-10-09 00:00  精通Matlab数字图像处理与识别\chapter10\starcraft.bmp
     目录           0  2015-10-17 16:17  精通Matlab数字图像处理与识别\chapter11\
............此处省略1084个文件信息

评论

共有 条评论