搜索资源列表

  1. cannyedgedetector

    0下载:
  2. canny edge detector,下面是canny edge detector的算法: 1.将图像与高斯函数做卷积,获得平滑图像。 2.用基于平滑梯度方向的方法确定图像局部边缘的法向。 3.根据局部边缘的法线方向求解边缘位置。 4.计算边缘强度,并对梯度幅值进行非极大值抑制。 5.用双阈值算法检测和连接边缘。该文件提供了canny edge detector的VC实现代码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:205311
    • 提供者:桂祖恒
  1. cannyjiance

    0下载:
  2. 此程序是CANNY算法检测的程序,可以对一些物体的边缘进行检测。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:225941
    • 提供者:北方上午
  1. EdgeContour

    2下载:
  2. 本系统实现了图像的基本读写操作,并在此基础上对图像的边缘进行检测,应用了canny,sobel,robert等算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:78287
    • 提供者:宋志强
  1. 图像增强及模式分析

    0下载:
  2. 该源码程序包括:增强图像对比度,检测图像边缘(使用Canny算子和Sobel算子),直方图均衡化等图像处理的一些常用算法,且能取得较好的处理效果。
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-24
    • 文件大小:820961
    • 提供者:zh_jiapei
  1. cannyjiance

    0下载:
  2. 此程序是CANNY算法检测的程序,可以对一些物体的边缘进行检测。-This procedure is Canny algorithm testing procedures, can be the edge of some objects for testing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2428928
    • 提供者:北方上午
  1. EdgeContour

    0下载:
  2. 本系统实现了图像的基本读写操作,并在此基础上对图像的边缘进行检测,应用了canny,sobel,robert等算法-Realize the image of the system
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2125824
    • 提供者:宋志强
  1. ImageProcessing

    0下载:
  2. 对8为bitmap图像用canny算法检测出图像的边缘-Of 8 for the bitmap image using canny algorithm for image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:黄雅婷
  1. cCVHomework1a

    0下载:
  2. canny算法进行图像的边缘检检测,自己写的程序,大家可以参考 -canny algorithm for image edge detection testing, and write their own procedures, we can refer to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:拥抱
  1. cannywavelet

    0下载:
  2. 用canny算子实现对图像边缘的检测,效果比较好。在经典算法上进行的改进-Canny operator image edge detection, the results were quite good. Improvements in the classical algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:niuxuesong
  1. zj_canny

    0下载:
  2. matlab中用于图像边缘检测的canny算法-Canny algorithm for image edge detection in matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Y先生
  1. Edge-detection-algorithm

    0下载:
  2. 用Lena标准检测图像,Sobel算子边缘检测、Prewitt算子边缘检测、Roberts算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测完整算法代码 -By Lena standard test image, Sobel operator edge detection, Prewitt edge detection operator, Roberts operator edge detection, Laplace
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:why
  1. cvap191

    0下载:
  2. 使用自动伸缩选取的边缘检测与脊背检测的算法论文文档。类似于 CANNY方法的边缘检测,只检测出物体脊背线,对于边缘众多的情况提出自动选取的方法。-Edge detection and ridge detection with automatic scale selection
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:10196992
    • 提供者:WB
  1. cannycode

    0下载:
  2. canny 算法源码实现图像边缘检测,完全按照Canny算法的原理实现,里面有代码详细说明,便于理解,-using canny to detect the image edge,in full accordance with the principles of Canny algorithm ,there are detailed instructions of codes,easy to understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨阿庆
  1. dataset

    0下载:
  2. 自己写的python canny算法,可以对图片进行边缘检测,要求见PPT,可根据需要调整代码-Write your own python canny algorithm that can detect the edge of the picture, asked to see the PPT, the code can be adjusted as needed
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:557056
    • 提供者:qiao
  1. Canny-Edge

    0下载:
  2. 使用Canny算法,对图像边缘进行检测,效果还可以-Canny image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:klzs
  1. EDLinesTest

    1下载:
  2. EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5152768
    • 提供者:zhanglei
  1. edge1

    0下载:
  2. 本代码借用C#程序实现了几种常见的边缘检测方法,包括模板算子法、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等算法-The code borrowed C# program implements several common edge detection methods, including template operator method, Gaussian operator, Canny operator, graysc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:刘金龙
  1. PSOIZFR49

    0下载:
  2. 用于边缘检测的程序,86年canny算法,不错的源码(Canny algorithm is used for edge detection procedures, 86, a good source)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:沈然凤
  1. 车牌识别

    0下载:
  2. python实现车牌识别源码。 (1)训练字符分类器。 (2)resize为固定大小。 (3)高斯去噪。 (4)转化为灰度图。 (5)开运算。 (6)灰度图与开运算图加权求和。 (7)转化为二值图像。 (8)后利用Canny算法进行边缘检测。 (9)先开运算后闭运算使图像变为一个整体。 (10)检测矩形框。 (11)利用启发性信息过滤矩形框:矩形大小、宽高比、颜色。 (12)利用直方图分割字符(阈值设定、边缘干扰
  3. 所属分类:界面编程

« 1 2 ... 11 12 13 14 15 16»

源码中国 www.ymcn.org