搜索资源列表

  1. im_dilate

    0下载:
  2. 实现函数imdilate的膨胀效果,自己编写的matlab函数实现。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:王少飞
  1. im_dilate

    0下载:
  2. 实现函数imdilate的膨胀效果,自己编写的matlab函数实现。-Imdilate realize the expansion of function effect, I have written matlab function.
  3. 所属分类:图形图象

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:王少飞
  1. imdilate

    0下载:
  2. 数学形态学利里面的灰度腐蚀运算,自己看书写的,通过MATLAB仿真,和标准算法相同。-Lee inside the gray-scale mathematical morphology erosion operation, that looks at writing, through the MATLAB simulation, and standards for the same algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:gyq
  1. khalid_khuwaja

    0下载:
  2. Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bw
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-11-04
    • 文件大小:291840
    • 提供者:honey
  1. bmorph

    0下载:
  2. Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also h
  3. 所属分类:matlab例程

    • 发布日期:2024-11-04
    • 文件大小:155648
    • 提供者:tudor
  1. imerode-and-imdilate

    0下载:
  2. 简单介绍图像处理中腐蚀与膨胀的matlab源程序-Corrosion and expansion brief image processing matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:dandan
  1. imdilate

    0下载:
  2. 运用基础的图像分割方法:腐蚀对图像进行分割预处理-Image segmentation method based on image segmentation: corrosion pretreatment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-04
    • 文件大小:185344
    • 提供者:黄某某
  1. t_12

    0下载:
  2. 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结
  3. 所属分类:图片显示浏览

    • 发布日期:2024-11-04
    • 文件大小:116736
    • 提供者:郭亚周

源码中国 www.ymcn.org