登录
首页 » Visual C++ » AGAST-corner-detector

AGAST-corner-detector

于 2020-09-21 发布 文件大小:39KB
0 314
下载积分: 1 下载次数: 74

代码说明:

  多尺度快速角点检测算法(FAST).Adaptive and generic corner detection based on the accelerated segment test. 出处 Computer Vision–ECCV 2010(Multi-scale fast corner detection algorithm (FAST) Adaptive and generic corner detection based on the accelerated segment test. Computer Vision-ECCV 2010)

文件列表:

AGAST corner detector
.....................\CMakeLists.txt,606,2011-09-22
.....................\include
.....................\.......\agast
.....................\.......\.....\agast5_8.h,2882,2011-12-11
.....................\.......\.....\agast7_12d.h,3183,2011-12-11
.....................\.......\.....\agast7_12s.h,3182,2011-12-11
.....................\.......\.....\AstDetector.h,2943,2011-12-11
.....................\.......\.....\cvWrapper.h,1908,2011-12-11
.....................\.......\.....\oast9_16.h,3370,2011-12-11
.....................\htm" target=_blank>LICENSE,1491,2011-12-11
.....................\src
.....................\...\agast5_8.cc,19127,2011-12-11
.....................\...\agast5_8_nms.cc,12059,2011-12-11
.....................\...\agast7_12d.cc,61103,2011-12-11
.....................\...\agast7_12d_nms.cc,43881,2011-12-11
.....................\...\agast7_12s.cc,52030,2011-12-11
.....................\...\agast7_12s_nms.cc,237148,2011-12-11
.....................\...\AstDetector.cc,2543,2011-12-11
.....................\...\nonMaximumSuppression.cc,5073,2011-12-11
.....................\...\oast9_16.cc,46045,2011-12-11
.....................\...\oast9_16_nms.cc,76646,2011-12-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • originalpointanalyse2
    源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
    2013-09-28 08:31:12下载
    积分:1
  • gaosi
    二维图形图像处理,高斯平滑的源代码,图像预处理(Two-dimensional graphic image processing, Gaussian smoothing of the source code, image preprocessing)
    2009-11-18 15:32:39下载
    积分:1
  • algorithm-of-findpath
    绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区 域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行 定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解 决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻 接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每 个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone. Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a defined start-point, end-point)
    2012-12-09 23:26:22下载
    积分:1
  • liver_ultr
    Abstract—Noninvasive ultrasound imaging of carotid plaques allows for the development of plaque-image analysis methods associated with the risk of stroke. This paper presents several plaqueimage analysis methods that have been developed over the past years. The paper begins with a review of clinical methods for visual classification that have led to standardized methods for image acquisition, describes methods for image segmentation and denoizing, and provides an overview of the several texture-feature extraction and classification methods that have been applied. We provide a summary of emerging trends in 3-D imaging methods and plaque-motion analysis. Finally, we provide a discussion of the emerging trends and future directions in our concluding remarks.
    2013-10-28 12:36:04下载
    积分:1
  • dcmread4
    集成ITK、VTK、MFC读取DICOM的代码,建成win32程序即可。运行完美(Integrated ITK, VTK, MFC to read DICOM code, built win32 program can. Works perfect)
    2021-02-19 16:29:44下载
    积分:1
  • text1
    对数字图像的处理、灰度化等,对数字图像进行基本的操作与处理(Basic digital image manipulation and processing of digital image processing, gray,)
    2013-03-27 10:20:40下载
    积分:1
  • rihua.code
    本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
    2007-06-04 12:04:49下载
    积分:1
  • Smooth
    对图像进行平滑处理,像各种滤波的方法,如均值滤波法、中值滤波法(Smoothing the image, like the various filtering methods, such as mean filtering, median filtering method)
    2010-07-16 13:17:31下载
    积分:1
  • QMcoder
    这是我研究生期间,用QM Coder做图像和图片压缩的源代码。希望能帮助大家(This is the QM Coder for video/image compression. Hopefully, it will be useful for you. )
    2020-09-20 22:37:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载