搜索资源列表

  1. calir_1.0.zip

    0下载:
  2. 腐蚀-膨胀-细化算法源代码
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:16637
    • 提供者:
  1. 数字图像处理alpha版

    1下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3416061
    • 提供者:王晗
  1. Poise

    0下载:
  2. 数字图像腐蚀现象-digital image corrosion
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:127504
    • 提供者:王薇
  1. dxy-image

    0下载:
  2. 一个图像处理源程序,包含了许多重要功能,如:对图像进行二值化,按照明暗度对图像轮廓进行提取,提取骨架,各种形态学处理,开,合,腐蚀,扩张等等,是个非常有实用价值的源码-a source image processing, including many important functions, such as : two pairs of images value, in accordance with the degree of sha
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:200000
    • 提供者:卫飞
  1. 220195168672005715205401563311

    0下载:
  2. 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transfor
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31028
    • 提供者:shixian
  1. 11

    0下载:
  2. MATLAB编程实现如何分解结构元素,以及腐蚀与膨胀运算,内含具体源程序,且已运行成功-MATLAB programming to breakdown structure elements, and corrosion and expansion of operations includes the specific source, and has been running successfully
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:wenjun
  1. car

    0下载:
  2. 对车牌号进行数字图像处理,形态学知识 膨胀 腐蚀 开 闭运算-car shuzi tuxiang chuli xingtaixue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:474112
    • 提供者:kobe
  1. tuxing

    0下载:
  2. 数字图像处理 形态学 开 闭 运算 腐蚀 膨胀处理 -Digital image processing morphological opening and closing operations corrosion expansion deal
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:890880
    • 提供者:kobe
  1. mm

    0下载:
  2. 对图像形态学膨胀腐蚀运算,可以有效提取边缘。并有很强的抗噪能力。-Morphological dilation and erosion operations on images, you can effectively extract the edge. And have strong anti-noise ability.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:yanqisha
  1. 腐蚀算法

    0下载:
  2. 这段程序,实现了上述的腐蚀运算,针对的都是黑色点。-this process, achieve the above corrosion operation has been aimed at Black Point.
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:nhuaTh
  1. Desktop

    0下载:
  2. 膨胀后的图像减去腐蚀后的图像可以产生一个形态学梯度 它是检测图像中局部灰度变化的一种度量(Inflation after image minus corrosion image can produce a morphological gradient detection in the image it is a measure of local variance)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-11
    • 文件大小:1672192
    • 提供者:R+
  1. pengzhangfushi

    0下载:
  2. 图像的膨胀与腐蚀是图像处理常用的一种方法,本程序实现了上述两个功能。(Image expansion and corrosion is a commonly used method of image processing, this program implements the above two functions.)
  3. 所属分类:其他小程序

  1. fushi

    0下载:
  2. 用MATALB软件将灰度将图像进行腐蚀膨胀,(The image is corroded and inflated)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:happy哈哈
  1. 图像类型的转换&腐蚀膨胀

    0下载:
  2. 原图片和索引图片、灰度图片、二值图片的转换。 以及图像简单的腐蚀和膨胀。(Conversion of original picture and index picture, gray picture and two value picture. Besides, simple corrosion and expansion of images.)
  3. 所属分类:图形图像处理(光照,映射..)

  1. DilateAndErode

    0下载:
  2. 利用opencv中的dilate和erode函数对图片做膨胀腐蚀以及开运算和闭运算等形态学处理,可以在图片窗口划动滑条调节腐蚀和膨胀的参数。(Using the dilate and erode functions of opencv, we can process the image with some typical morphological processing such as dilate and erode.)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-11
    • 文件大小:138240
    • 提供者:chenzhongde
  1. fushi pengzhang cc

    0下载:
  2. 基于二值图像处理的腐蚀, 膨胀处理,结合起来就是开闭运算!(Based on the two value image processing of corrosion, expansion processing, combined to open and close operation!)
  3. 所属分类:其他小程序

  1. dip基本处理

    0下载:
  2. 数字图像处理基础算法小程序,包括腐蚀膨胀、交集并补集运算、联通、边缘提取,适合初学者。(Digital image processing algorithm based on small procedures, including erosion expansion, intersection and complementing operations, Unicom, edge extraction, suitable for begi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:IcarusRan
  1. qipao

    0下载:
  2. 通过边缘检测以及图像腐蚀算法实现对气泡个数的检测(Detection of the number of bubbles by edge detection and image corrosion algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:117760
    • 提供者:小小申
  1. fushi

    0下载:
  2. 腐蚀的作用是消除物体边界点,使目标缩小,可以消除小于结构元素的噪声点;膨胀的作用是将与物体接触的所有背景点合并到物体中,使目标增大,可添补目标中的空洞。(The function of corrosion is to eliminate the boundary point of the object and reduce the target, which can eliminate the noise point smaller t
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:3607552
    • 提供者:xfxfdream
  1. 15 腐蚀-一片黑

    1下载:
  2. 对图像进行腐蚀、膨胀、开运算、闭运算、细化等操作(Corrosion, expansion, opening, closing and thinning of images)
  3. 所属分类:LabView

    • 发布日期:2024-05-11
    • 文件大小:22528
    • 提供者:联合斯金
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org