• 大小: 40KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: Matlab
  • 标签:

资源简介

MATLAB数字图像处理(张德丰)源代码MATLAB数字图像处理(张德丰)源代码MATLAB数字图像处理(张德丰)源代码

资源截图

代码片段和文件信息

BW=imread(‘circbw.tif‘);
subplot(121)imshow(BW);
%图像的膨胀
SE=ones(5);
BW1=imdilate(BWSE);
subplot(122)imshow(BW1);
zengjia=(bwarea(BW1)-bwarea(BW))/bwarea(BW)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.       176  2008-12-16 19:44  MATLAB数字图像处理(张德丰)源代码\第10章\li_bwarea.m

    ..A..H.       128  2008-12-16 19:48  MATLAB数字图像处理(张德丰)源代码\第10章\li_bwlabel.m

    ..A..H.       149  2008-12-16 19:48  MATLAB数字图像处理(张德丰)源代码\第10章\li_bwselect.m

    ..A..H.       151  2008-12-16 19:49  MATLAB数字图像处理(张德丰)源代码\第10章\li_imdilate.m

    ..A..H.       888  2008-12-16 19:47  MATLAB数字图像处理(张德丰)源代码\第10章\li_Mathematics Morphology.m

    ..A..H.      1364  2008-12-16 19:46  MATLAB数字图像处理(张德丰)源代码\第10章\li_qijieju.m

    ..A..H.       252  2008-12-16 19:44  MATLAB数字图像处理(张德丰)源代码\第10章\li_regionprops.m

    ..A..H.       794  2008-12-16 19:51  MATLAB数字图像处理(张德丰)源代码\第10章\li_strel.m

    ..A..H.      1197  2008-12-16 19:55  MATLAB数字图像处理(张德丰)源代码\第11章\intrans.m

    ..A..H.       603  2008-12-16 19:56  MATLAB数字图像处理(张德丰)源代码\第11章\li_addedsize.m

    ..A..H.       249  2008-12-16 19:53  MATLAB数字图像处理(张德丰)源代码\第11章\li_fspecial.m

    ..A..H.       867  2008-12-16 19:54  MATLAB数字图像处理(张德丰)源代码\第11章\li_HIS.m

    ..A..H.       428  2008-12-16 19:55  MATLAB数字图像处理(张德丰)源代码\第11章\li_imadjust.m

    ..A..H.       251  2008-12-16 19:52  MATLAB数字图像处理(张德丰)源代码\第11章\li_imhist.m

    ..A..H.       185  2008-12-16 19:55  MATLAB数字图像处理(张德丰)源代码\第11章\li_imshow.m

    ..A..H.       556  2008-12-16 19:54  MATLAB数字图像处理(张德丰)源代码\第11章\li_wavedec2.m

    ..A..H.       440  2008-12-16 19:52  MATLAB数字图像处理(张德丰)源代码\第11章\manualhist.m

    ..A..H.      1096  2008-12-16 19:56  MATLAB数字图像处理(张德丰)源代码\第11章\paddedsize.m

    ..A..H.       237  2008-12-16 19:53  MATLAB数字图像处理(张德丰)源代码\第11章\twomodegauss.m

    ..A..H.      4775  2008-12-16 18:41  MATLAB数字图像处理(张德丰)源代码\第2章\huffman.m

    ..A..H.      2042  2008-12-16 18:43  MATLAB数字图像处理(张德丰)源代码\第2章\JPEG.m

    ..A..H.       363  2008-12-16 18:43  MATLAB数字图像处理(张德丰)源代码\第2章\Rum Length Encoding.m

    ..A..H.      1216  2008-12-16 18:42  MATLAB数字图像处理(张德丰)源代码\第2章\suanshubianma.m

    ..A..H.       377  2008-12-16 18:48  MATLAB数字图像处理(张德丰)源代码\第3章\Lucy_Richardson.m

    ..A..H.      1386  2008-12-16 18:51  MATLAB数字图像处理(张德丰)源代码\第3章\PSF.m

    ..A..H.       682  2008-12-16 18:46  MATLAB数字图像处理(张德丰)源代码\第3章\PSF_noise.m

    ..A..H.       381  2008-12-16 18:49  MATLAB数字图像处理(张德丰)源代码\第3章\WEIGHT.m

    ..A..H.       405  2008-12-16 18:50  MATLAB数字图像处理(张德丰)源代码\第3章\Wiener.m

    ..A..H.       284  2008-12-16 18:57  MATLAB数字图像处理(张德丰)源代码\第4章\li_blkproc.asv

    ..A..H.       284  2008-12-16 18:58  MATLAB数字图像处理(张德丰)源代码\第4章\li_blkproc.m

............此处省略75个文件信息

评论

共有 条评论

相关资源