搜索资源列表

  1. image6

    0下载:
  2. 图像腐蚀(Erosion) 图像膨胀(Dilation) 开(Open)运算和闭(Close)运算 击中/击不中(Hit/Miss)变换 360 细化(Thinning) 362 -Image corrosion (Erosion) image expansion (Dilation) open (Open) computing and closed (Close) computing hit/hit is n
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2174976
    • 提供者:朱金标
  1. filter

    0下载:
  2. 简单的形态学滤波程序,可以进行腐蚀、膨胀、开启、闭合等操作-Simple morphological filtering procedures, can be corrosive, expansive, open, closed, such as operation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2812928
    • 提供者:吕鹏
  1. Morph

    0下载:
  2. 形态学变换 可以对对24位BMP图进行腐蚀、膨胀、开运算、比运算和细化处理。-Morphological transformation can be right right 24 BMP maps corrosion, swelling, open computing, computing and refined than the treatment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2183168
    • 提供者:曾阿牛
  1. Binary

    0下载:
  2. 图像腐蚀,膨胀,二值化处理,图像二值分割的matlab gui程序-Image corrosion, swelling, binarization processing, image binary segmentation procedure matlab gui
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:曹平
  1. Get

    0下载:
  2. 图像处理,目标识别的重要源码。包括中值滤波,腐蚀,膨胀,处理海平面或者空中背景图片效果很好。-Image processing, target recognition of an important source. Including the median filter, corrosion, swelling, or deal with sea-level air background picture well.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:239616
    • 提供者:liuztian
  1. Graphic3

    0下载:
  2. C语言编写,图像处理实现腐蚀与膨胀效果,同时完成开、闭运算,并求出图像边界的链码。-C language, image processing to achieve the effect of corrosion and expansion, completed at the same time open and close operation, and obtained images of the chain code boundary
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:60416
    • 提供者:张旭
  1. morn

    0下载:
  2. 利用数学形态学的原理实现图像处理,包括腐蚀、膨胀、开、闭运算-The principle use of mathematical morphology realize image processing, including corrosion, swelling, open and close operation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:719872
    • 提供者:杨文浩
  1. Morph

    0下载:
  2. 该程序能够实现灰度图象的数学形态学变换,包括腐蚀、膨胀、开运算和闭运算-The program can achieve grayscale mathematical morphology transform images, including corrosion, swelling, open computing and closing operation
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:4062208
    • 提供者:张真
  1. vc++

    0下载:
  2. 图像去噪,图像分割,二值化,图像腐蚀膨胀,正交变换,图像复原 visual c-Image denoising, image segmentation, binarization, image corrosion expansion, orthogonal transform, image restoration visual c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:6664192
    • 提供者:徐月琴
  1. Morph

    0下载:
  2. 图像腐蚀,图像膨胀,开、闭运算,击中击不中运算,细化运算-Image corrosion, image expansion, open and close operation, hit-miss operations, refining operations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:曾阿牛
  1. dilate.erode

    0下载:
  2. 自己编写的数学形态学膨胀和腐蚀的matlab算法 适用于二值和灰度图象 -I have written mathematical morphology and corrosion expansion matlab algorithm for binary and gray-scale image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:liyi
  1. ImageProcess

    0下载:
  2. 图像处理的基本方法源代码,包括:正交变换 , 傅里叶变换,离散余弦变换,沃尔什变换 ,卷积,平滑与锐化,边缘增强,Sobel边缘检测和Hough边缘检测, 反转,腐蚀与膨胀,开与闭,边缘提取, 细化,增强CDib等-The basic method of image processing source code, including: orthogonal transform, Fourier transform, discre
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:赵堃
  1. morph

    0下载:
  2. 数学形态学膨胀 腐蚀 细化算法等基本的处理-Mathematical morphology corrosion thinning algorithm, such as expansion of basic treatment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:刘靖
  1. grayscaleops

    0下载:
  2. 灰度膨胀和腐蚀,matlab源程序,在matlab本身函数的基础上进行改进-Gray-scale expansion and corrosion, matlab source, in the matlab function itself on the basis of improved
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:ding
  1. test

    0下载:
  2. 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。 用形态学击中击不中变换方法对图象进行细化处理。 实验图象:二值图象由一段文字组成,word_bw.bmp-The preparation of a universal binary morphological operations (erosion and exp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:徐玖
  1. Morph

    0下载:
  2. 完成256位图像形态学分析,包括膨胀,腐蚀等-Complete morphological analysis of 256 images, including swelling, corrosion, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2146304
    • 提供者:
  1. corrosionexpansionthinningAlgorithm

    0下载:
  2. 腐蚀膨胀细化算法源代码!对于大家用到数学形态方法处理图像非常有帮助~!赶快下载吧~-Expansion of corrosion thinning algorithm source code! For everyone to use mathematical morphology approach to image very helpful ~! As soon as possible to download it ~
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:王璐
  1. Graymorph

    0下载:
  2. 图象处理的形态学处理的相关代码,包括膨胀腐蚀\开\闭运算-Morphological image processing to deal with the relevant code, including the expansion of corrosion opening and closing operations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:zm
  1. grayscaleops

    0下载:
  2. 利用MATLAB实现灰度图像的膨胀与腐蚀算法源代码。-Use MATLAB to achieve the expansion of gray image and corrosion algorithm source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:小蔡
  1. pzfs

    0下载:
  2. 具有形态学中膨胀腐蚀的功能,可以根据自己的需求选择开或闭操作!-Have morphological features in the expansion of corrosion, you can choose according to their demand to open or close the operation!
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:130048
    • 提供者:勤勤
« 1 2 3 4 5 67 8 9 10 11 ... 47 »

源码中国 www.ymcn.org