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

搜索资源列表

  1. FeatureAndObjectRecognition

    0下载:
  2. 利用OpenCV的库,实现基于SIFT的特征检测和匹配,匹配好两个图像的同一物体,并在第二张图像上框出来第一个图像中的物体-Using OpenCV library that implements the SIFT-based feature detection and matching, matching two images of the same object is good, and in the second picture on the box out of the first ob
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:14081794
    • 提供者:wangnan
  1. 2

    0下载:
  2. 本文在在尺度不变特征变换(Scale invariant feature transform,SIFT)特征匹配算法的基础上, 提出了一种基于累积特征的多目标的跟踪算法, 通过对目标的SIFT特征进行实时更新来去除由噪声(或形变)带来的\过时"特征信息, 保证了特征的稳定, 提高了匹配准确度. 实验结果表明, 本算法能够有效处理目标由于旋转、形变而导致跟踪性能下降甚至跟踪目标丢失的问题, 同时对跟踪过程中多目标的关联, 也具有较好的鲁棒性.-In this paper, the Scale In
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1169007
    • 提供者:wenping
  1. myforRANSAC

    0下载:
  2. RANSAC算法,可以滤除SIFT的误匹配,在计算机视觉领域应用广发。-RANSAC algorithm, can filter out erroneous SIFT matching applications in the field of computer vision GF.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1937870
    • 提供者:飞羽
  1. SIFT_and_ransac

    2下载:
  2. 用c++实现sift特征点的检测,匹配,并用RANSAC滤除掉误匹配点,在VC2008运行效果不错。-With c++ achieve sift feature point detection, matching, and filtered out using RANSAC mismatching points, the VC2008 run good results.
  3. 所属分类:Other windows programs

    • 发布日期:2015-07-24
    • 文件大小:6068224
    • 提供者:飞羽
  1. Quiz3

    0下载:
  2. 实现两幅图像的SIFT特征提取和匹配识别,开发平台是VS2010.-Two images SIFT feature extraction and matching identification, development platform is VS2010.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:3701698
    • 提供者:pp
  1. sift_ex3

    0下载:
  2. sift算子在图像匹配与图像拼接三维重建中都有重要地位,这个程序没有使用opencv,原作者很不容易写出来的。在调试中会有少量问题,稍加调试就可调通 -sift operator in image matching and 3D reconstruction image mosaic has an important position, this program does not use opencv, the original author is not easy to write out.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4289726
    • 提供者:shexiaoyu
  1. book-retrieval

    0下载:
  2. 应用SIFT进行书籍封面的近似图像检测,讲手机拍摄的图片与其对应的正面标准图片对应。-Apply SIFT in matching book cover images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:23031
    • 提供者:xiaotang
  1. pics_match

    0下载:
  2. 用于图像拷贝检测的图像匹配,提取图像的SIFT特征点,构成图像的特征。-For image copy detection of image matching, image SIFT feature point extraction, and then sift feature point the image characteristics
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:952
    • 提供者:amber
  1. SIFT_VC

    0下载:
  2. SIFT算法,实现了SIFT特征的匹配。要运行得配置好opencv.-SIFT algorithm, realized the SIFT feature matching.To run the configuration well opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:24095089
    • 提供者:ALan
  1. matlab

    1下载:
  2. (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 -(1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized us
  3. 所属分类:matlab

    • 发布日期:2015-09-30
    • 文件大小:4096
    • 提供者:石梦鑫
  1. pipei

    0下载:
  2. 基于sift特征点的图像匹配,还有很好的改进程序-Sift feature point based image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:424354
    • 提供者:zzc
  1. TestSIFTVC6

    0下载:
  2. 用opencv实现的sift的图像特征提取与匹配,有结果显示-Sift based on opencv image feature extraction and matching, according to the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:294207
    • 提供者:高幸
  1. matchSIFT

    0下载:
  2. 基于SIFT的特征匹配源代码,代码中含有对SIFT的最详尽表述,能让你更加深入的了解SIFT的工作流程,其中几个DEMO是SIFT的几个应用的例子-SIFT-based feature matching source code, the code contains the most detailed presentation on SIFT, allowing you to more in-depth understanding of the SIFT workflow, several DEM
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8743354
    • 提供者:刘飞
  1. SURFSIFT

    0下载:
  2. 这是SIFT和SURF算法的基本介绍的文档,初学者可以快速入门,对匹配算法快速掌握。-SIFT and SURF algorithms which is a basic introduction to the document, beginners can get started quickly, right matching algorithm to grasp.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7544
    • 提供者:owthea
  1. SURFSIFT

    0下载:
  2. 这是SIFT和SURF算法的基本介绍的文档,初学者可以快速入门,对匹配算法快速掌握。-SIFT and SURF algorithms which is a basic introduction to the document, beginners can get started quickly, right matching algorithm to grasp.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7590
    • 提供者:tinMay
  1. SIFT_VC--can-be-directly-used-to-run

    0下载:
  2. SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19241984
    • 提供者:蓝天浩
  1. SIFT_c

    0下载:
  2. 在vs2010下使用opencv2.4.3进行SIFT特征点的检测显示和匹配-Use opencv2.4.3 in vs2010 for SIFT feature point detection and matching display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1338
    • 提供者:yang
  1. sift_switch

    0下载:
  2. 能实现两张图片的快速精确匹配,利用了sift算法-To achieve fast and accurate matching two images, the use of the sift algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1727364
    • 提供者:Jessie
  1. SIFTVC6

    1下载:
  2. sift角点检测及匹配,在不同尺度空间下的角点检测方法,很方便实用。-sift corner detection and matching, the corner detection methods under different scales of space, it is convenient and practical.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:5099076
    • 提供者:sunxiaoni
  1. sift_openvc

    0下载:
  2. 基于OpenCV的SIFT特征提取及匹配-SIFT feature extraction and matching based on the OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10134306
    • 提供者:周东尧
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 30 »
搜珍网 www.dssz.com