CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 检测算法

搜索资源列表

  1. 数字图像处理角点检测程序

    0下载:
  2. 可以检测图像角点并标示,很好的程序,希望能对你有所帮助
  3. 所属分类:图形图像处理(光照,映射..)

  1. sobel边缘检测

    3下载:
  2. sobel边缘检测算法,采用全方向的边缘检测矩阵
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-01-13
    • 文件大小:667
    • 提供者:thinkwell12
  1. lsd-快速直线检测

    1下载:
  2. 最新的直线检测算法,比hough算法快。
  3. 所属分类:图形图像处理(光照,映射..)

  1. harris-corner-detector.rar

    0下载:
  2. harris角点检测算法,用于图像拼接的配准,harris corner detection algorithm for image mosaic of the registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:433367
    • 提供者:夏前
  1. edge-detect-algorithm-comparis

    1下载:
  2. 边缘检测算法的比较,有susan算子,log算子,prewitt算子,Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
  3. 所属分类:Special Effects

    • 发布日期:2015-10-26
    • 文件大小:609
    • 提供者:lh
  1. susan.rar

    1下载:
  2. susan角点检测算法的MATLAB程序实现,susan corner detection algorithm for implementation of the MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2016-04-19
    • 文件大小:7840
    • 提供者:陈光
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:83326
    • 提供者:黄沛杰
  1. Harris-Corner

    0下载:
  2. 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:36916
    • 提供者:tlcling
  1. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. motiondetect

    0下载:
  2. 这是一个对称差分的运动检测算法,很实用哦。-This is a symmetric difference of the motion detection algorithm, it is practical Oh.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:196854
    • 提供者:陈忠厚
  1. shadow2

    0下载:
  2. 提出一种分块阴影检测算法,并描述了算法的实现,实验表明该算法克服了传统的边缘检测算法的缺点,阴影检测效果比传统算 法更好。 -A shadow detection algorithm block, and describes the algorithm, experiments show that the algorithm is to overcome the traditional shortcomings of the edge detection algorithm, shado
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:459410
    • 提供者:沛洋
  1. target

    0下载:
  2. 目标检测算法,在一幅图像中检测出目标并跟踪-Target detection algorithm, an image target detection and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:855
    • 提供者:黄昏雨
  1. adaboost

    0下载:
  2. adaboost 人脸检测算法,人脸检测系统的研究与实现,非常全面的文章-adaboost face detection algorithms, Face Detection System Research and Implementation of a very comprehensive article
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1640479
    • 提供者:叶小勇
  1. jiaodianjiance

    0下载:
  2. 图像角点检测程序,里面有Harris角点检测算法和SUSAN角点检测算法,以及局部极大值的算法-Image corner detection procedures, which are Harris corner detection algorithm and SUSAN corner detection algorithm, and the local maximum of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:21995
    • 提供者:陈智
  1. HarrisDetrction

    0下载:
  2. 利用C++ 编写了一个关于角点检测的算法实现,本程序实现了Harris角点检测算法。-Written using C++ a on the corner detection algorithm, the program implements the Harris corner detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:127308
    • 提供者:ver
  1. matlab-canny

    0下载:
  2. 分别用一阶、二阶以及Canny边缘检测算法进行图像边缘检测-Respectively first, second, and Canny edge detection algorithm for image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:920664
    • 提供者:唐路
  1. 边缘检测

    0下载:
  2. 边缘检测算法的源代码,本人已经测试过,效果很好。(Edge detection algorithm source code, I have tested, the effect is very good.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:352256
    • 提供者:lwDave
  1. 改进的自适应Canny边缘检测算法_段锁林

    1下载:
  2. 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-05
    • 文件大小:3493888
    • 提供者:wabgkai9210005
  1. CEM

    4下载:
  2. cem检测算法,基于matlab,用来做高光谱目标检测(CEM detection algorithm, based on matlab, for hyperspectral target detection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2019-04-18
    • 文件大小:1838
    • 提供者:Rua~
  1. 边缘检测

    1下载:
  2. 包括canny,sobel,log等边缘检测的改进算法,使用效果良好(Including improved edge detection algorithms such as canny, sobel, log and so on, the application effect is good.)
  3. 所属分类:图形图像处理

    • 发布日期:2021-03-10
    • 文件大小:3072
    • 提供者:wwy12345
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com