CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 膨胀 算法

搜索资源列表

  1. cheliangjiance

    0下载:
  2. 对图像进行增强处理的车流量检测算法,图像锐化,背景差分,膨胀腐蚀等一系列数学形态学操作-The image enhancement processing of the traffic flow detection algorithm, image enhancement, background difference, expansion and a series of mathematical morphology erosion operation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:617
    • 提供者:山林之乐
  1. ImgProcess

    0下载:
  2. 数字图像处理算法c++程序,包括: 几何变换,边缘检测,图像压缩,平滑,图像匹配,腐蚀膨胀等算法-Digital image processing algorithms c++ programs, including: geometric transformations, edge detection, image compression, smoothing, image matching, corrosion expansion algorithms, such as
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:804043
    • 提供者:sunshaobin
  1. erode_method

    0下载:
  2. Visual C++实现图像的腐蚀,膨胀,细化算法-erode, expand method of image
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:15711
    • 提供者:yang
  1. image_processing

    0下载:
  2. 数字图像处理编程入门 windows位图和调色板 图像的几何变换,平滑,锐化,直方图修正,彩色变换,腐蚀,膨胀,细化算法等-Introduction to digital image processing programming windows bitmap and palette images of geometric transformation, smoothing, sharpening, histogram correction, color conversion, erosi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1769678
    • 提供者:景枫林
  1. RegionSearch

    0下载:
  2. 实时处理中区域提取算法的比较,有轮廓跟踪、线段编码、种子填充与数学形态学腐蚀膨胀等方法组合成的十一种方法。30万像素的图像处理时间在5毫秒以内。-Region Search
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:829747
    • 提供者:陆宗骐
  1. shuxuexingtaixue

    0下载:
  2. 数学形态学基本算法,包括腐蚀膨胀,开闭运算,粗化细化,可以直接运行-Basic algorithm of mathematical morphology, including corrosion expansion, opening and closing operation, foul language refinement, can run
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:4959537
    • 提供者:宋阳
  1. 201042911163316197-0

    0下载:
  2. 北京航空航天大学数字图像处理经典教学程序,包括数学形态学的腐蚀、膨胀等算法。-the demo programs of digitcal image processing from BUAA including typical algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1631551
    • 提供者:王辉
  1. 1234

    0下载:
  2. 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Are erosion, dilation, thinning algorithm command-line compilation process is as follows vcvars32 rc bmp.rc cl morph.c b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5715
    • 提供者:yuhaoshuai
  1. Morph

    0下载:
  2. 数字图像腐蚀、膨胀和细化算法,对二值化后的图像进行处理-Digital Image corrosion, expansion and refinement algorithm, the binary image after processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2486771
    • 提供者:胡新
  1. morph

    0下载:
  2. 对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作-The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:47573
    • 提供者:xujiangle
  1. 07

    0下载:
  2. 数字图像的腐蚀、膨胀和细化算法还有数学形态的其他运算-Digital images of corrosion, expansion and refinement algorithm are mathematical forms of the other operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:85336
    • 提供者:braverobin
  1. Morphology

    0下载:
  2. 数学形态学算法处理图像,可以对BMP图像进行包括膨胀、腐蚀、闭运算和开运算在内的处理-Image Processing Based on Morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4047805
    • 提供者:李轲
  1. C_Programming_corrosion_expansion_refining_classic

    0下载:
  2. C编程实现腐蚀膨胀细化经典算法代码C Programming corrosion expansion of refining the classical algorithm code-C Programming corrosion expansion of refining the classical algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:16034
    • 提供者:iax
  1. recognize_face

    0下载:
  2. 利用灰度积分投影直接对人脸图像进行检测和眼睛定位是一种常用的算法,但是直接采用该算法会受到背 景、特征等因素的影响,识别准确率较低。提出了一种基于最大类间方差阈值和区域膨胀相结合的检测与定位算法。该算 法首先计算最大类间方差设置阈值,把灰度图像转换为二值图像并检测出人脸区域,然后通过对该人脸区域中的连通区域 进行膨胀及连通性处理,精确定位眼睛坐标。实验表明,此算法可靠,具有较好的识别效果。-face recognized
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:620
    • 提供者:周然
  1. SobelFilterImage

    0下载:
  2. 图像的膨胀、腐蚀、滤波、边缘提取的实现。采用的是并行算法,在opencl平台上实现。-Image dilation, erosion, filtering, edge detection implementation. Parallel algorithm is adopted, the opencl platform to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:3834
    • 提供者:zengzhaoming
  1. Morph07

    0下载:
  2. 数字图像腐蚀、膨胀和细化计算,资料是精通VC++数字图像处理典型算法书中的原版CD内容,绝对准确-Digital Image corrosion, expansion and refinement calculations, the information is proficient in VC++ Digital image processing algorithms typical of the content of the book' s original CD, absolutel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:85218
    • 提供者:万国富
  1. DilationandErosion

    0下载:
  2. 用Visual C++编写的膨胀和腐蚀算法,也有模式识别中Nearest neighbor 的算法。希望对大家有用。-Dilation and Erosion algorithm and Nearest neighbor algorithm in pattern recognition.Developed in visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5039194
    • 提供者:Jason
  1. C.image.thinning.algorithm.corrosion

    0下载:
  2. C 图像腐蚀膨胀细化算法设计C image thinning algorithm corrosion expansion -C image thinning algorithm corrosion expansion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:16077
    • 提供者:spo
  1. ImageProcessing

    0下载:
  2. alpha2.09.zip Alphat透明合成系统源代码源代码 jpeg0.77.zip JPEG压缩编码系统源代码 calir1.0.zip 腐蚀-膨胀-细化算法源代码 mkou1.0.zip 图案抖动技术处理系统源代码 touch1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange1.03.zip 图象几何变换算法源代码 sima1.07.zip 图象模板匹配算法源代码 mghe0.23.zip 图象平滑处理
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:551538
    • 提供者:gexian
  1. fspzxh

    0下载:
  2. 基于C程序的图像腐蚀,图像膨胀,细化算法代码,较简陋那种,甚至还有些不完善,仅供参考吧。-C program based on the corrosion image, image expansion, thinning algorithm code, a more primitive kind, perhaps even perfect, for reference it.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:15655
    • 提供者:jason
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com