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

搜索资源列表

  1. sift-Cpp

    0下载:
  2. sift的c#源码,可以使用 参考的事lowe的2004年的那篇paper-sift the c# source code, you can use the reference of the matter lowe article 2004 of the paper
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:129213
    • 提供者:hebei
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12641
    • 提供者:tjy
  1. SIFT_Engligsh_text

    0下载:
  2. 给大家打包一份比较详细的介绍与SIFT相关的外文文献。其中包括lowe本人的一些著作。-For everyone to pack a more detailed introduction and SIFT-related foreign literature. Include lowe some of my writings.
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9320459
    • 提供者:杨晨
  1. siftDemoV4

    0下载:
  2. David Lowe s SIFT Demo
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2211860
    • 提供者:denny
  1. pca-sift

    0下载:
  2. 原作者的pca-sift程序,对Lowe的sift做了一定改进。-The original author of the pca-sift procedures, Lowe' s sift made certain improvements.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:687672
    • 提供者:GY
  1. fastsift

    0下载:
  2. A very well designed implementation of Lowe s SIFT, based on the Vedaldi implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:525464
    • 提供者:Mikelour
  1. sift-latest.tar

    0下载:
  2. This a collection of code I ve put together to detect SIFT features in images and to use SIFT (or other) features to compute image transforms with RANSAC. It includes a SIFT function library as well as some executables to detect, match, and
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:164930
    • 提供者:Ye Ping
  1. wittenhagen2008a

    0下载:
  2. 《DragonEye Fast Object Tracking and Camera Motion Estimation》DragonEye是一个基于目标直接浏览的视频播放系统。比Dimp和Dragon来说具有实时性-Recently, multiple research groups proposed the concept of direct manipulation, which makes the task of navigation in videos directly rel
  3. 所属分类:software engineering

    • 发布日期:2017-06-21
    • 文件大小:38917474
    • 提供者:童癸
  1. siftDemoV4

    0下载:
  2. 演示软件:不变特征点匹配。 作者:大卫罗伊-Demo software: Invariant keypoint matching. Author: David Lowe
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:429342
    • 提供者:wanwei
  1. File1-Presentation

    0下载:
  2. THis is a presentation on Viola Joans Method and SIFT method introduced by David.G.Lowe
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1437858
    • 提供者:pasindu
  1. vlfeat-0.9.9.tar

    0下载:
  2. 这是一个著名的MATLAB/C实现的sift算法库。 并且被分解成几个可以重用的M和MEX文件。 这个实现产生一些关键点和描述子,和David Lowe s的实现差不多。-This is a MATLAB/C implementation of the SIFT detector and descr iptor. It is customizable and features a decomposition of the algorithm in several reusable M a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2503178
    • 提供者:白水
  1. D_L_sift

    0下载:
  2. 这个程序是david Lowe用于演示SIFT算法的matlab的源代码-This program is david Lowe SIFT algorithm is used to demonstrate the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:654940
    • 提供者: binchao
  1. siftpp-0.8.1.tar

    0下载:
  2. SIFT feature detector and descr iptor implementation based on original Lowe work
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:323673
    • 提供者:lborrego
  1. 0319.SIFT

    0下载:
  2. 基于局部特征的目标识别的ppt,国外大牛lowe的ppt-Object Recognition from Local Scale-Invariant Features
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3800751
    • 提供者:kop
  1. do_sift

    0下载:
  2. Apply David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3190
    • 提供者:mazoul82
  1. do_sift

    0下载:
  2. this programme implements David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7356
    • 提供者:mazoul82
  1. SIFT

    0下载:
  2. 自己实现的SIFT特征描述子算法 没有使用任何图形API,行行可跟踪 面向对象,封装精美,调用灵活 条理清晰,便于学习和扩展 -Lowe s SIFT implemented by CSharp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:841495
    • 提供者:future
  1. aaaDistinctive---Image---Features

    0下载:
  2. 英文资料 Distinctive Image Features from Scale-Invariant Keypoints-aaaDistinctive Image Features from Scale-Invariant Keypoints_2004 by David lowe
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:739125
    • 提供者:
  1. sift

    0下载:
  2. SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe 在1999年所发表,2004年完善总结。其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-Scale-invariant feature transform (or SIFT) is an algori
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8783130
    • 提供者:张博
  1. Paper-translation

    1下载:
  2. 本文档是号称尺度不变特征父亲的David Lowe于1999年发表的经典论文的翻译,参考了很多版本后自己整合的,希望对大家有帮助!-This document is a translation of a classic paper published in 1999 writen by a man known as the father of the scale-invariant feature David Lowe, refered to a lot of versions, hope it
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:828813
    • 提供者:周文俊
« 1 2 34 5 6 »
搜珍网 www.dssz.com