搜索资源列表

  1. File1-Presentation

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

    • 发布日期:2024-05-19
    • 文件大小:1437696
    • 提供者: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 alg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2503680
    • 提供者:白水
  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例程

    • 发布日期:2024-05-19
    • 文件大小:655360
    • 提供者: binchao
  1. siftDemoV4

    0下载:
  2. Demo Software: SIFT Keypoint Detector-This page provides access to a demo version of David Lowe s SIFT keypoint detector in the form of compiled binaries that can run under Linux or Windows.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:376832
    • 提供者:xuekunnan
  1. siftpp-0.8.1.tar

    0下载:
  2. SIFT feature detector and descr iptor implementation based on original Lowe work
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:323584
    • 提供者:lborrego
  1. 0319.SIFT

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

    • 发布日期:2024-05-19
    • 文件大小:3801088
    • 提供者:kop
  1. do_sift

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:mazoul82
  1. do_sift

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

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:mazoul82
  1. SIFT

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

    • 发布日期:2024-05-19
    • 文件大小:841728
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:739328
    • 提供者:
  1. vlfeat-0.9.14.tar

    0下载:
  2. lowe编写的sift算法c源代码, 好不容易才发现的,-c source code of sift by lowe
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:2534400
    • 提供者:schmidt
  1. sift

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

    • 发布日期:2024-05-19
    • 文件大小:8782848
    • 提供者:张博
  1. Paper-translation

    0下载:
  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
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:828416
    • 提供者:周文俊
  1. SIFT

    0下载:
  2. Sift算子最早是由D.G.Lowe于1999年提出的,当时主要用于对象识别。 2004年D.G.Lowe对该算子做了全面的总结,并正式提出了一种基于尺度空间的、对图像缩放、旋转甚至仿射变换保持不变性的图像局部特征描述算子sift(Scale Invariant Feature Transform)算子,即尺度不变特征变换。-Sift child the first count by DGLowe in 1999, was main
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:432128
    • 提供者:江涛
  1. MySiftCode(Matlab)

    0下载:
  2. 本代码是用来检测图像的局部不变特征的,主要参考DAVID G. LOWE的sift的论文。变成工具是matlab。-This code is used to detect the image of local invariant features, the main reference DAVID G. Lowe s sift paper. Become a tool is Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:138240
    • 提供者:
  1. SIFT_VC(code)

    0下载:
  2. 是检测sift特征点的代码,下VS和OPENCV的环境下开发的。以DAVID G. LOWE的sift的论文为原型。-The detection sift feature point code developed under VS and OPENCV environment. DAVID G. The Lowe sift paper prototype.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:8632320
    • 提供者:
  1. android-utiliser-sift

    0下载:
  2. SIFT (Scale-invariant feature transform) est un algorithme de vision assistée par ordinateur permettant de détecter et décrire des zones d intérêts dans une image. Cet algorithme a été publié par David Lowe en 1999, et
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-19
    • 文件大小:1089536
    • 提供者:bou33aza
  1. sift2

    0下载:
  2. 某个大牛根据lowe提出的sift算法编的程序,经测试可用!-Sift algorithm compiled to the lowe program, has been tested and available!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2808832
    • 提供者:秦始皇
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2831360
    • 提供者:李青彦
  1. SIFTMaching

    0下载:
  2. 根据David Lowe的SIFT编写了一个利用其进行特征点提取和匹配的程序,由于该库只支持PGM,所以自己又写了包括jpg等图片转为PGM的子函数-According to David Lowe' s SIFT to write a use of the feature point extraction and matching procedures, the library only supports PGM himself
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:778240
    • 提供者:Andrew
« 1 2 3 45 6 7 »

源码中国 www.ymcn.org