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

搜索资源列表

  1. cannygaijin

    0下载:
  2. 在图象边缘检测中往往要求所检测到的边缘具有封闭特性,本文详细地分析了目前常用的两种算法:哈夫变换和Canny边缘检测算法,最后,探讨边缘算子应满足的准则。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1072649
    • 提供者:zhangyanjie
  1. 图象的边沿检测与提取,轮廓跟踪算法代码

    0下载:
  2. 图像处理程序代码,图像边缘检测与提取,轮廓跟踪算法-image processing code, edge detection and extraction, contour tracking algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32128
    • 提供者:罗丁
  1. 数字图像处理

    0下载:
  2. 数字图像的边缘检测算法
  3. 所属分类:C#编程

    • 发布日期:2010-11-17
    • 文件大小:540069
    • 提供者:zsz267@163.com
  1. 车牌识别

    0下载:
  2. Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。
  3. 所属分类:通讯编程

    • 发布日期:2017-10-23
    • 文件大小:27136
    • 提供者:lj081124
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2283301
    • 提供者:liqi
  1. pc

    0下载:
  2. 数字图像处理的锐化和边缘检测算法,提供了完整的源代码可供下载。-Digital image processing sharpening and edge detection algorithms, offers a complete source code available for download.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:949367
    • 提供者:方炜
  1. canny

    0下载:
  2. canny 边缘检测算法,一个完整的图像边缘提取算法-canny edge detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:14962
    • 提供者:继广
  1. CannyEdgeDetect

    0下载:
  2. 自适应Canny边缘检测算法,在传统的Canny算法基础上提出的一种自适应Canny边缘检测算法,在传统算法优点的基础上提高了抑制虚假边缘的能力,利用自适应阀值提高了边缘检测的自动化程度-Adaptive Canny edge detection algorithm, the traditional Canny algorithm based on an adaptive Canny edge detection algorithm, the advantages of the traditio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:290892
    • 提供者:wangzhenxing
  1. edge

    0下载:
  2. 几种重要的边缘检测算法,有cany算子,sofel算子-Several important edge detection algorithm, a cany operator, sofel operator, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:123597
    • 提供者:豁辉
  1. SUSAN

    0下载:
  2. susan算子MATLAB实现 边缘检测算法程序 分享一下-susan MATLAB realization of the edge detection algorithm program operator share
  3. 所属分类:Other windows programs

    • 发布日期:2017-10-30
    • 文件大小:99872
    • 提供者:九天翔
  1. JAComputationo

    0下载:
  2. John Canny的边缘检测算法,即著名的Cannny算子经典文献。 ,经测试 -John Canny edge detection algorithm, known as the Cannny operator classic literature. , Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:2039960
    • 提供者:ZHAN
  1. Bvehiclehsve

    0下载:
  2. 能够对大部分的车牌进行定位,和识别 .包括数字图像处理的 均衡化,,灰度化,中值滤波,平滑处理,各种边缘检测算法,还有四种二值化方法 。 -Able to locate and identify most of the license plate. Including digital image processing, equalization, graying, median filtering, smoothing, edge detection algorithm, there are
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1699680
    • 提供者:baohonyu
  1. chepaidingwei_PLD

    0下载:
  2. 一个较为实用的车牌定位算法实现。采用改进的边缘检测算法。其过程为原图-》灰度化-》直方图均衡化-》边缘检测-》形态学处理-》定位车牌的上下左右边界-A more practical vehicle license plate location algorithm. Improved edge detection algorithm. Process for full size- the " graying-" histogram equalization- edge detec
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1169
    • 提供者:chenrainbow99
  1. bianyuanjiance

    0下载:
  2. 图像边缘检测算法+代码源程序+及其结果。-Image edge detection algorithm+ code+ and its results.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:807593
    • 提供者:张强
  1. ImageHandel

    0下载:
  2. 图像处理的各种操作,包括图像的线性,灰度变换,几何变换,插值算法,边缘检测算法-Various image processing operations, including image linear gray-scale transformation, geometric transformations, interpolation algorithm, edge detection algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-09
    • 文件大小:4969472
    • 提供者:涂晓衍
  1. canny

    0下载:
  2. 基于opencv的canny边缘检测算法,非常好用-opencv canny programming
  3. 所属分类:.net

    • 发布日期:2017-11-14
    • 文件大小:5753
    • 提供者:李洁
  1. kirsch

    0下载:
  2. 基于opencv的kisch边缘检测算法,可以直接运行使用-opencv kisch edge detection
  3. 所属分类:.net

    • 发布日期:2017-11-11
    • 文件大小:3634
    • 提供者:李洁
  1. shen

    0下载:
  2. 基于opencv的shen-castan边缘检测算法,可以直接运行使用-opencv shen-castan Image detection
  3. 所属分类:.net

    • 发布日期:2017-11-15
    • 文件大小:6410
    • 提供者:李洁
  1. EdgeDetection

    0下载:
  2. 基于matlab的图像边缘检测算法的实现-Matlab-based image edge detection algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1870
    • 提供者:国强
  1. canny

    0下载:
  2. 实现Canny边缘检测算法,针对彩色或灰度的视频都能够做到有效提取,很好用!-Realize Canny edge detection algorithm for color or grayscale video can be effectively extracted, very good use!
  3. 所属分类:Console

    • 发布日期:2017-05-29
    • 文件大小:11851571
    • 提供者:gms
« 1 23 4 5 6 »
搜珍网 www.dssz.com