搜索资源列表

  1. SOURCE5

    0下载:
  2. 腐蚀,膨胀,细化算法 source目录下为本章介绍的源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Erosion, dilation, thinning algorithm source directory
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:梁鹏
  1. fs_pz

    0下载:
  2. 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:3096576
    • 提供者:高凯
  1. first

    0下载:
  2. 实现图像处理的最基本功能,包括图像灰度变换、膨胀腐蚀、开闭操作等等。-The most basic functions of image processing, including image gray level transformation, dilation and erosion, opening and closing operation and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:15162368
    • 提供者:张瑞雪
  1. homework6

    0下载:
  2. 本程序包含形态学基本运算,包括腐蚀,膨胀,开运算,闭运算,噪声滤除以及细化。程序详细,但是没有解释。-This program contains the basic morphological operations, including erosion, dilation, opening operation and closing operation, noise filtering, and refinement. Program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:120832
    • 提供者:胡入尹
  1. fushi-pengzhang-xihua

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

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:黄腾
  1. Dilation-Erosion

    0下载:
  2. 改进腐蚀,膨胀算法,matlab数字图像处理的快速高效算法-A very fast implementation of dilating and eroding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:45056
    • 提供者:liuyiqing
  1. Face-detection-system

    0下载:
  2. 该软件通过光线补偿、皮肤颜色建模、膨胀和腐蚀等操作可以得到人脸区域-The software compensation through the light, skin color modeling, operations such as dilation and erosion can be face region
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:3198976
    • 提供者:张燕
  1. 2011__openCV__morphological

    0下载:
  2. 这个是在刚学opencv时候的测试小代码。主要是图像形态学方面的操作(黑帽、礼貌、开操作、闭操作、腐蚀、膨胀)。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)(下个代码这么麻烦,要传5个文件啊??)-This is just a test when a small learning opencv code. Main image morphology operations (black hat, courtes
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:tanfenfly
  1. LPLocation_Test

    0下载:
  2. opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not af
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:375808
    • 提供者:zhazhiqiang
  1. Basic-Functions1

    0下载:
  2. capturing video, flipping it, conversion to gray image,applying median filter,dilation and histogram equalization.
  3. 所属分类:OpenCV

  1. Secoond

    0下载:
  2. capturing video,conversion to gray image,flipping, dilation, erosion and histogram equalisation
  3. 所属分类:图形图像处理(光照,映射..)

  1. Morphology

    0下载:
  2. 形态学的用途主要是获取物体拓扑和结构信息,它通过物体和结构元素相互作用的某些运算,得到物体更本质的形态。这个代码实现了腐蚀和膨胀操作-The main purpose is to obtain morphological object topology and structure information, it is through the interaction of objects and structural elements o
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:3088384
    • 提供者:joseph
  1. dilation

    0下载:
  2. 对二值化图片的膨胀处理。对于二值图像,膨胀意味着,用结构元素在图像上移动,只要结构元素中有一个点与图像中的点是重叠的就可以了,膨胀的结果是结构元素中心点划过的区域的内部。所以图像的边缘就被扩大了。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:384000
    • 提供者:jone
  1. xingtaixue

    0下载:
  2. 使用opencv对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算-Opencv image using morphological operations (opening and closing image, erosion and dilation operations
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:207872
    • 提供者:ldcr
  1. Binary_Image

    0下载:
  2. 灰度图像进行二值化处理后,分别进行了腐蚀,膨胀,开,闭操作。图像信息处理。-Gray image binarization processing, respectively, the erosion and dilation, opening and closing operation. Image information processing.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 用vc实现.bmp图像的腐蚀和膨胀,用MFC实现,界面中有两个视图,分别显示处理前的图像和处理后的结果-Achieved with vc. Bmp image erosion and dilation, using MFC, the interface has two views, respectively, show the image before it is processed and the results of treatme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2483200
    • 提供者:wll
  1. fushipengzhang

    0下载:
  2. 用vc实现对图像进行腐蚀,膨胀,但是本程序处理的图像类型为.bmp文件,不能处理其他类型的文件。-The image using vc achieve erosion and dilation, but the image of this type of procedure. Bmp files, can not handle other types of files.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2147328
    • 提供者:wll
  1. Gray_Scale_Morphological

    0下载:
  2. 用matlab语言实现图像的腐蚀和膨胀,不是用自带函数-Language with matlab image erosion and dilation, not with their own function
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.-Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:76800
    • 提供者:Twinner
  1. dilasion

    0下载:
  2. 图像信息处理,这里只做水平和垂直膨胀两种方法-image dilation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:steven
« 1 2 3 4 5 6 78 9 10 11 12 13 »

源码中国 www.ymcn.org