CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像边缘检测

搜索资源列表

  1. imagechange

    0下载:
  2. 人家做的简单的图像处理 接花敬佛 主要功能有卷积。边缘检测-People to do simple image processing access the main functions of flowers convolution. Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:123036
    • 提供者:maoyunsen
  1. DephiImages

    0下载:
  2. Dephi编写的图像预处理系统。实现了各种腐蚀、膨胀、边缘检测等功能,非常值得学习。-Dephi Image Pre-processing systems to prepare. To achieve a variety of corrosion and expansion features such as edge detection, is worth learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3565209
    • 提供者:张沛轩
  1. shendusousuo

    3下载:
  2. 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:1146
    • 提供者:shenyong
  1. 1

    0下载:
  2. 实现一副图像的Laplace、Sobel边缘检测方法-To achieve an image of the Laplace, Sobel edge detection method
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:855
    • 提供者:李丹婷
  1. DosImage

    0下载:
  2. C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:187535
    • 提供者:qiuqiu
  1. Mytest

    0下载:
  2. 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:4011301
    • 提供者:王浩
  1. dipsrc

    2下载:
  2. 一个VC数字图像处理系统,其中包括车牌识别系统,并带有大量图像处理特效,傅立叶变换、图像增强、图像恢复、图像编码、分析与重建等,每一项都包含有许多的子处理程序,尤其是车牌处理程序包括定位、分割、匹配、差分、平滑、均衡化、边缘检测、预处理等,了解详细情况请下载编译。 -A VC of digital image processing system, including the license plate recognition system, with a large number of i
  3. 所属分类:图形图象

    • 发布日期:2013-03-18
    • 文件大小:180456
    • 提供者:zhongxiaosheng
  1. ViewImages

    0下载:
  2. ViewImages是一个图像边缘检测的实例,用QT在code:blocks上编译。-ViewImages is an example of image edge detection, using QT in code: blocks on the compiler.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:7444
    • 提供者:张明
  1. imge-processing-arithmetic

    0下载:
  2. 该程序是有关图像处理的各种算法,包括图像增强方面,图像正交变换,图像点运算,图像腐蚀膨胀,图像边缘检测论据哦提取,以及图像复原图像压缩编码,图像分析,对于学习图像处理有很大的帮助,里面的算法很全-this program is aming to help you study the artithmetic of imag processing ,i believe it will give you great help for you study
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4911446
    • 提供者:聂建辉
  1. hd

    0下载:
  2. matlab 图像灰度化代码,小波边缘检测-matlab image gray-oriented code, wavelet edge detection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49712
    • 提供者:lotus
  1. laplace

    0下载:
  2. 基于win32控制台程序,能对视频文件以及摄像头的图像进行经典的Laplace边缘检测-Based on win32 console programs, capable of video files, as well as camera images the classic Laplace edge detection
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-04-09
    • 文件大小:2633505
    • 提供者:zhan
  1. EdgeTrack

    0下载:
  2. 功能实现:用c#实现数字图像处理中的边缘检测-Function realization: Using c# digital image processing edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:33422
    • 提供者:lp
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. MRIbianyuan

    1下载:
  2. 小波变换模极大值用于MRI图像的边缘检测以及特征值提取-Wavelet transform modulus maxima for the MRI images and the Feature Extraction of Edge Detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1215
    • 提供者:陈羿辰
  1. picture

    0下载:
  2. 数字图像处理,读取,直方图,边缘检测,C++编写的-cool,simple code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:979233
    • 提供者:第三方
  1. canny

    0下载:
  2. canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:鱼儿很忙
  1. EdgeDetection

    0下载:
  2. 数字图像处理边缘检测程序,直接在MATLAB中运行即可-Digital image processing, edge detection process can be run directly in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3707
    • 提供者:宋飞
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. segmentation

    3下载:
  2. 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-28
    • 文件大小:262260
    • 提供者:小馨
  1. imagesegment

    0下载:
  2. 此M文件主要利用区域生长和边缘检测进行图像分割-image segment by region grow
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1375
    • 提供者:mayun
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com