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

搜索资源列表

  1. cse576

    0下载:
  2. sift算法是提取特征点的经典算法,本代码全面实现了sift算法,以及特征点匹配-sift algorithm is a classic feature point extraction algorithm, the code sift the full realization of the algorithm, as well as the matching feature points
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:59270025
    • 提供者:洪红
  1. sift-0.9

    0下载:
  2. UCLA一个博士生Andrea Vedaldi编写的SIFT算法-A doctoral student named Andrea Vedaldi of UCLA wrote this SIFT algorithm code
  3. 所属分类:图形图象

    • 发布日期:2013-05-18
    • 文件大小:3576122
    • 提供者:johhnny
  1. SIFT_VC

    0下载:
  2. 一个基于OPENCV的 robhess sift 算法库的利用程序-robhess sift opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:154819
    • 提供者:weifan
  1. pptsift

    0下载:
  2. sift算法详细步骤演讲资料,对sift理解很有帮助-sift algorithm detailed steps lecture information on the sift helpful to understand
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:734412
    • 提供者:zuoyanjiao
  1. sift

    0下载:
  2. 用于图像精确匹配以及目标检测的SIFT算法-Sift algorithm matlab version for object detection and image match
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2646395
    • 提供者:韩武
  1. SIFT

    0下载:
  2. IEEE上搜集的近几年sift算法方面文章,主要涉及研究进展以及很多改进的方法,适合这一领域的研究人员阅读和参考。-these are a collection of articles on sift algorithm in recent years in IEEE, and there are many improved methods for researchers in this field to read and refer to.
  3. 所属分类:Special Effects

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

    0下载:
  2. 作为一种匹配能力较强的局部描述算子,SIFT算法的实现相当复杂,但从软件开发的角度来说,只要会使用其中几个比较重要的函数就行了。这里要感谢David Lowe这个大牛,不但提供了一种强悍的特征匹配算法,还给出了C++的实现代码,后来有人用C#实现了这个算法,需要的朋友可到网上自行下载。 -As a strong ability to match the partial descr iption of operator, SIFT algorithm to achieve very compl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:759691
    • 提供者:xyrx
  1. siftvc

    1下载:
  2. sift算法的vc实现,能对多源遥感影像进行处理匹配 功能强大 值得学习-sift algorithm vc implementation, able to multi-source remote sensing image processing match the powerful worth learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:360075
    • 提供者:lcbwn
  1. SiftTest

    0下载:
  2. SIFT算法的VC实现,在VC++6.0下编译通过。 需要OpenCV的支持。-SIFT algorithm VC realized in compiled by VC++6.0. Need OpenCV support.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4191006
    • 提供者:
  1. SIFT

    0下载:
  2. 关于SIFT的几篇经典IEEE论文,对想了解掌握SIFT算法和利用SIFT算法进行图像处理的程序员有很大帮助。-With regard to SIFT of several classic IEEE papers, wanting to understand the SIFT algorithm and the use of SIFT algorithm image processing programmer of much help.
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1950922
    • 提供者:小鱼儿
  1. SIFT

    0下载:
  2. SIFT算法用于处理遥感图像的论文,发上来希望对某些人有用。-SIFT algorithm is used to dealing with remote sensing images of papers, hair up want to be useful for some people.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1047058
    • 提供者:Zoro
  1. sift-0[1].9.18.tar

    1下载:
  2. 用sift算法进行图像的匹配。可以两幅不同的图像中进行点对点的匹配。很好的图像匹配的算法。用matlab编程-Using sift algorithm for image matching. Two different images can be carried out point to point matching. A very good image matching algorithms. Programming using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2882288
    • 提供者:liuyinghong
  1. SIFT

    0下载:
  2. 由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩 色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算。-SIFT
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:189063
    • 提供者:chu
  1. sift-1.1.1_20071108_win

    0下载:
  2. 一个基于sift算法的图像匹配的实例,修改后可用于sift特征向量的提取-an example of image matching based on sift alogrithm,it can also be used to extract key point vector after modification
  3. 所属分类:Special Effects

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

    0下载:
  2. 快速SIFT算法,处理迅速。使用OPENCV-Fast SIFT algorithm to deal with quickly. Use OPENCV
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4008521
    • 提供者:罗铃
  1. SIFT_vc_code

    1下载:
  2. 含有 SIFT 的c代码(基于OPEN CV) 和一份程序解说 ppt。 经过多方求取,学习,发现这是目前学习 sift 算法细节最有用的2份资料了,c 代码虽然是基于 open cv 的,但是不影响对 sift 算法整个流程的展现,只用到 openv 中对图像操作的部分,完全可以修改成纯 VC ++ 的代码哦~~ -SIFT contains the c code (based on OPEN CV) and a procedural explanation ppt. After many s
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-02
    • 文件大小:1011677
    • 提供者:bamu
  1. sift-vc

    0下载:
  2. sift算法的vc实现,对与图像处理很有用的算法,希望对大家有用!-vc sift algorithm implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:355895
    • 提供者:amao
  1. SIFT_algorithm_notes

    0下载:
  2. SIFT算法讲义,讲的非常详细,而且还举了很多例子-SIFT algorithm notes, in a very detailed, but also a lot of examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1634609
    • 提供者:石头
  1. sift

    0下载:
  2. 特征提取SIFT算法,对放缩 旋转不变性使此算法的经典之处。模式识别的必会算法-SIFT feature extraction algorithm, scaling rotation invariance to the classic between the algorithm. Pattern recognition algorithm will be
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:459071
    • 提供者:白正彪
  1. siftvc

    0下载:
  2. SIFT 算法的Visual studio C++ 6.0实现,并且有图形界面,很好理解,匹配效果也很好
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:359822
    • 提供者:wushuqiong
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com