您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. sift的demo和关键代码

  2. sift的demo和关键代码,包括keypoint的检测和descr iptor的建立
  3. 所属分类:其它

    • 发布日期:2009-04-30
    • 文件大小:441344
    • 提供者:thedegree
  1. 蕨类特征匹配源代码

  2. Fast Keypoint Recognition Using Random Ferns 中的源代码
  3. 所属分类:C/C++

    • 发布日期:2013-04-07
    • 文件大小:15728640
    • 提供者:cv_richie
  1. FREAK - Fast Retina Keypoint

  2. FREAK - Fast Retina Keypoint,一种快速高效的特征点算子
  3. 所属分类:C++

    • 发布日期:2013-04-08
    • 文件大小:8388608
    • 提供者:xwang0415
  1. Boosting Binary Keypoint Descriptors 论文阅读笔记

  2. Boosting Binary Keypoint Descr iptors 论文阅读笔记
  3. 所属分类:专业指导

    • 发布日期:2014-04-27
    • 文件大小:159744
    • 提供者:k123han123
  1. 特征提取SIFT算法

  2. % [image, descr iptors, locs] = sift(imageFile) % % This function reads an image and returns its SIFT keypoints. % Input parameters: % imageFile: the file name for the image. % % Returned: % image: the image array in double format % descr iptors: a
  3. 所属分类:其它

    • 发布日期:2014-05-12
    • 文件大小:441344
    • 提供者:yangjian101712
  1. FREAK: Fast Retina Keypoint(FREAK算法)

  2. FREAK算法的原文对于FREAK算法需要更深理解的可以下下来仔细研读
  3. 所属分类:C/C++

    • 发布日期:2014-07-30
    • 文件大小:3145728
    • 提供者:duli_cs
  1. ferns_demo

  2. 瑞士EPFL-CVLab实验室的demo,二值化特征匹配。具有实时性特点。文件中包含测试视频。参考论文 M. Özuysal, M. Calonder, V. Lepetit and P. Fua. Fast Keypoint Recognition using Random Ferns, in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 32, num. 3, p. 448-461, 2010.
  3. 所属分类:嵌入式

    • 发布日期:2015-01-14
    • 文件大小:15728640
    • 提供者:boa1987111
  1. 特征点检测的健壮性

  2. Abstract. This paper evaluates 2D feature detection methods with respect to invariance and efficiency properties. The studied feature detection methods are as follows: Speeded Up Robust Features, Scale Invariant Feature Transform, Binary Robust Inva
  3. 所属分类:游戏开发

  1. vc环境实现sift算子

  2. OpenCV的库文件 #pragma comment lib "cv" #pragma comment lib "highgui" #pragma comment lib "cxcore" gsl的库文件 #pragma comment lib "libgsl a" #include "minpq h" #include "sift h" #include "img
  3. 所属分类:C++

    • 发布日期:2015-03-30
    • 文件大小:31744
    • 提供者:qq_24953617
  1. Boosting binary keypoint descriptors

  2. Boosting binary keypoint descr iptors.pdf
  3. 所属分类:C/C++

    • 发布日期:2015-06-23
    • 文件大小:647168
    • 提供者:xtu201431111784
  1. Practical OpenCV

  2. About the Author ...............................................................................................................xiii About the Technical Reviewer .......................................................................................
  3. 所属分类:专业指导

    • 发布日期:2015-06-26
    • 文件大小:12582912
    • 提供者:lengwuqin
  1. A Practical Introduction to Computer Vision with OpenCV

  2. Contents Preface xiii 1 Introduction 1 1.1 A Difficult Problem 1 1.2 The Human Vision System 2 1.3 Practical Applications of Computer Vision 3 1.4 The Future of Computer Vision 5 1.5 Material in This Textbook 6 1.6 Going Further with Computer Vision
  3. 所属分类:专业指导

    • 发布日期:2015-06-26
    • 文件大小:2097152
    • 提供者:lengwuqin
  1. Face Detection with a 3D Model

  2. Abstract This paper presents a part-based face detection approach where the spatial relationship between the face parts is represented by a hidden 3D model with six parameters. The computational complexity of the search in the six dimensional pose s
  3. 所属分类:其它

    • 发布日期:2015-09-26
    • 文件大小:9437184
    • 提供者:u014310328
  1. Fast Keypoint Recognition Using Random Ferns

  2. 这是2010年PAMI上的一篇关于特征点分类的文章,原作者主页没有在windows下编译的结果,这个版本可以在Visual Studio 2010下跑通,修改过部分源码,原来的代码运行有一些小bug,现已修复,具体使用说明参考README
  3. 所属分类:C/C++

    • 发布日期:2015-10-12
    • 文件大小:32505856
    • 提供者:u012462822
  1. OpenPose_1.1.0_201707

  2. OpenPose is a library for real-time multi-person keypoint detection and multi-threading written in C++ using OpenCV and Caffe.
  3. 所属分类:深度学习

    • 发布日期:2017-09-24
    • 文件大小:54525952
    • 提供者:u013512448
  1. Opencv 各种特征点提取和匹配

  2. Opencv 各种特征点提取和匹配 class KeyPoint { Point2f pt; //坐标 float size; //特征点邻域直径 float angle; //特征点的方向,值为[零,三百六十),负值表示不使用 float response; int octave; //特征点所在的图像金字塔的组 int class_id; //用于聚类的id
  3. 所属分类:C

    • 发布日期:2017-11-30
    • 文件大小:402432
    • 提供者:ctj_88
  1. Training for Task Specific Keypoint Detection

  2. In this paper, we show that a better performance can be achieved by training a keypoint detector to only find those points that are suitable to the needs of the given task. We demonstrate our approach in an urban environment, where the keypoint dete
  3. 所属分类:机器学习

    • 发布日期:2019-03-06
    • 文件大小:409600
    • 提供者:zhangjuanyj
  1. 2017-cvpr-《Interspecies Knowledge Transfer for Facial Keypoint Detection》数据集

  2. 2017-cvpr-《Interspecies Knowledge Transfer for Facial Keypoint Detection》数据集
  3. 所属分类:深度学习

    • 发布日期:2020-06-03
    • 文件大小:70
    • 提供者:qq_42013574
  1. opencv角点检测算法接口概述及KeyPoint数据结构

  2. 参考链接: https://www.cnblogs.com/dengxiaojun/p/5302778.html 图像角点其实也是一种图像特征点,对于一张图像来说,特征点分为三种形式包括边缘,焦点和斑点,在OPENCV中,加上角点检测,总共提供了以下的图像特征点检测算法: FAST SURF ORB BRISK KAZE AKAZE MESR GFTT good feature to tack Bob斑点 STAR AGAST KeyPoint结构 首先需要了解OPENCV的一种数据结构,
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:78848
    • 提供者:weixin_38518958
  1. keypoint-copycat-源码

  2. keypoint-copycat
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:4194304
    • 提供者:weixin_42179184
« 12 »