CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像处理 形态学

搜索资源列表

  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 shading profile images extracted
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:200000
    • 提供者:卫飞
  1. 边缘检测与分割处理

    1下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:46403
    • 提供者:tian
  1. ztw_ImgProcess

    0下载:
  2. 数字图像处理,包括了二值化,threshold,数学形态学,卷积等等内容-digital image processing, including the two values, threshold, mathematical morphology, convolution, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:186830
    • 提供者:
  1. DImage

    1下载:
  2. 这是对图像处理的程序,主要实现对256色及24位位图的处理(点运算,几何变换,图像增强,形态学变换,边缘检测,轮廓提取,轮廓跟踪,种子填充等).-This is the image processing procedures, the main achievement of 256 colors and 24 bitmap processing (point computation. geometric transform, image enhancement, morphological tr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:125008
    • 提供者:高仲富
  1. digitalimageprocess3

    0下载:
  2. 介绍了数学图像处理的位图转换,滤波,平滑,数学形态学处理-introduced a mathematical image processing bitmap conversion, filtering, smoothing, mathematical morphology processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:999664
    • 提供者:阿辉
  1. greyMorphnology

    0下载:
  2. 一个集成所有灰度形态学图像处理方法的自编程序,解读它可以搞懂形态学运算的基本过程和实现方法。-an integrated all gray morphological image processing methods of writing procedures and the interpretation of it to understand the morphology of the basic computing processes and methods.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2602
    • 提供者:aq
  1. image_processing_synthesis

    0下载:
  2. 一个综合处理图像的源代码 内容包括图像的几何变换 正交变换 图像增强 形态学变换 边缘检测 图像分析 图像复原 图像编码 等-an integrated image of the source code includes images of the geometric transformation orthogonal transform image enhancement morphological transformation Edge Detection image analysis
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1745936
    • 提供者:徐明媚
  1. cpp_image_process

    0下载:
  2. 对256色bmp图像进行处理的程序.包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-to 256 colors bmp image processing procedures. Including point computation, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:319506
    • 提供者:asly
  1. VC_DigitalImageProcess

    1下载:
  2. 这是一个关于数字图像处理的源代码,目前只支持bmp格式的灰度图像,但功能强大,内容丰富,几乎包含了数字图像处理的所有基本内容。如图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓检测,图像分析,图像复原,图像编码等等。-This is a digital image processing of the source code, only supports bmp format gray image, but powerful, rich in content, consists
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:318456
    • 提供者:严江
  1. cls_factory

    0下载:
  2. 介绍了各种数字图像处理的算法分析及编程实现技术。全书由12章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码。 -introduced a variety of digital image processing algorithm analysis and programming technology. B
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:23601
    • 提供者:流流
  1. morphologyBinary

    0下载:
  2. 图像处理中数学形态学二值操作的C程序,希望对各位有帮助。-image processing mathematical morphology of the two operations value C program, and I hope to help you.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5052
    • 提供者:卢清华
  1. VC.image-technology

    0下载:
  2. vc图像处理,点运算,几何变换,正交变换,图像增强,边缘轮廓,形态学变换,图像分析,图像复原,图像编码.-vc image processing, point operations, geometry transformation, orthogonal transformation, image enhancement, edge contour, morphological transformation, image analysis, image restoration, image co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:341483
    • 提供者:闫东
  1. morphological

    0下载:
  2. 对创建的二值图像进行膨胀处理(matlab编程实现),膨胀会增长或粗化二值图像中的物体,我自己编写了一个用matlab编程实现二值化的例子(morphological,matlab,image processing,dilate)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:12288
    • 提供者:qkicen
  1. MyTest.cpp

    0下载:
  2. 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:dreambander
  1. 基于形态学的权重自适应图像去燥

    0下载:
  2. 本次上传一个关于图像去燥的简单处理,基于形态学的权重自适应图像去燥处理(Weight adaptive image de dryness processing based on morphology)
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:782336
    • 提供者:gaomengxin99
  1. 基于形态学的权重自适应图像去噪

    0下载:
  2. 利用形态学的方法,对图像进行去噪处理,效果很不错(The use of morphological methods to image denoising effect is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:11104256
    • 提供者:夜123
  1. 图像分析与处理基础

    0下载:
  2. 对图像进行基础操作,包括亮度变换,空域滤波,频域滤波,形态学处理(The basic operation of the image, including brightness transformation, spatial filtering, frequency domain filtering, morphological processing)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:3064832
    • 提供者:吴鹏12138
  1. edge

    0下载:
  2. C#下几种图像边缘检测算法实现,包括模板算子、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等。(Implementation of several image edge detection algorithms under C#)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:125952
    • 提供者:ilzh
  1. 基于MATLAB的瑕疵检测系统

    1下载:
  2. 基于MATLAB的工业瑕疵缺陷检测,采用工业板图像作为素材。利用灰度化,二值化,边缘提取,形态学运算等方法,检测并标出出瑕疵所在位置,计算出各个块面积。设计了一个UI界面,显示瑕疵个数和面积等参数。(Industrial defect detection based on MATLAB, using industrial plate image as material. Using gray, binarization, edge extraction, morphological operat
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:663552
    • 提供者:hahahahha23324
  1. image-Enhence图像增强

    1下载:
  2. 利用形态学进行图像增强,可用于图像特征提取前的预处理
  3. 所属分类:matlab例程

    • 发布日期:2020-08-20
    • 文件大小:1083
    • 提供者:lutongxuexue
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com