CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Fast Corner

搜索资源列表

  1. 快速图像角点匹配过程演示

    0下载:
  2. 快速图像角点匹配的过程演示的flash文件-Fast Image Matching corner of the flash demo document
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:786258
    • 提供者:穆雅
  1. fast_opencv-1.0

    0下载:
  2. 一种快速检测特征点的方式,基于opencv-this is a software code for corner extraction
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:29334
    • 提供者:liulihong
  1. learn_FAST-20060307.tar

    0下载:
  2. FAST角点检测算法的c语言源代码,对角点检测有兴趣的可以参考一下-FAST corner detection algorithm c language source code, on the corner detection are interested can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:17515
    • 提供者:quying
  1. FasterCorner

    0下载:
  2. 快速角点检测算法,速度比SIFT,SURF等特征快10倍以上,角点检测的重复精度较高,广泛应用于增强现实等对速度要求比较高的场合-Fast corner detection algorithm, faster than the SIFT, SURF and other features more than 10 times faster, corner detection of a high repeat accuracy, widely used in augmented reality, e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:59406
    • 提供者:严冬
  1. FASTCorner-V2-Private

    0下载:
  2. Fast Corner算法的实现,objective-c程序,可以编译通过,在ios设备上运行。参数可调。-Fast Corner algorithm implementation. Using objetive-c. It can be compiled and run on ios devices. The parameters of this algorithm could be adjusted.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:858904
    • 提供者:朱海超
  1. video_homography

    0下载:
  2. 基于opencv的corner检测This program demonstrated the use of features2d with the Fast corner detector and brief descr iptors-This program demonstrated the use of features2d with the Fast corner detector and brief descr iptors
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:2129
    • 提供者:王华锋
  1. fast_cpda

    1下载:
  2. 一种快速的基于在弦到点距离累技术的角点检测- A Fast Corner Detector Based on the Chord-to-Point Distance Accumulation Technique 1. Find the edge image using the Canny edge detector. 2. Extract edges (curves) from the edge image: 2a. fill gaps if they are
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:7456
    • 提供者:zhouyan
  1. video_homography

    0下载:
  2. 这个程序演示了使用features2d的快速角点检测,其中有简单的英文描述,学习角点检测的学者们可以看看如何加速-This program demonstrated the use of features2d with the Fast corner detector and brief descr iptors.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:2123
    • 提供者:
  1. fast-matlab-src

    0下载:
  2. 好用的角点检测算法 有例子 程序简单易懂-Examples handy corner detection algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-07
    • 文件大小:2886688
    • 提供者:zhangshan
  1. OpenCVFastCorner

    0下载:
  2. 利用OpenCV的库 进行快速角点检测的Demo,适合初学者学习-Using OpenCV library for fast corner detection Demo, suitable for beginners to learn
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:2346247
    • 提供者:wangnan
  1. 3D-Reconstruction.

    0下载:
  2. 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner detection algorithm+sift featur
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7534732
    • 提供者:qinqin
  1. fast1

    0下载:
  2. fast角点提取算法,且有比较详细的代码说明-fast corner detect with explain
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:杨杨
  1. improved-surf

    0下载:
  2. 改进SURF算法,FAST角点检测算法代替原始SURF特征点检测,很大程度上提高了特征点检测速度。-Improved SURF algorithm, FAST corner detection algorithm instead of the original SURF feature detection, feature detection greatly improves the speed.
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:760894
    • 提供者:张子龙
  1. harris

    0下载:
  2. opencv Harris,改进的Harris和FAST角点检测源码-Harris opencv, improved Harris and FAST corner detection source code
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:958137
    • 提供者:林林
  1. CornerDetect

    0下载:
  2. FAST Corner Detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:26884
    • 提供者:alvreda
  1. jiaodian

    0下载:
  2. 基于opencv的c++实现的角点检测,是快速的对视频进行角点检测,还是比较准确的-Based corner detection opencv of c++ implementation, the video is a fast corner detection, it is quite accurate
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7110913
    • 提供者:曾丁
  1. video_homography

    0下载:
  2. 快速的角点检测代码,已运行调试过,效果很好-Fast corner detection code, has been running and debugging, the effect is very good
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17094656
    • 提供者:林凯
  1. a

    0下载:
  2. 对视频进行快速角点检测,能够很有效地用于对图像的角点检测-Fast corner detection for video,Can be effectively used for image corner detection
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:7118038
    • 提供者:张国庆
  1. New folder (3)

    0下载:
  2. this program is about harris corner point detection and you can get them here
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:2222080
    • 提供者:danesh DANESH
  1. Desktop

    0下载:
  2. 该压缩包包含SUSAN算法和FAST算法的MATLAB代码,可用于提取图像中的角点(The compressed package contains the MATLAB code of the SUSAN algorithm and the FAST algorithm, which can be used to extract the corner points in the image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:曹操NO1
« 1 23 4 »
搜珍网 www.dssz.com