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

搜索资源列表

  1. simple-sift-doc

    0下载:
  2. 一种简化的图像SIFT特征提取算法-A simplified image SIFT feature extraction algorithm. . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:487758
    • 提供者:libo
  1. SIFT

    0下载:
  2. 基于sift特征点提取,实现图像拼接技术研究-Sift-based feature points extraction, image mosaic technique to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3146885
    • 提供者:郭靖
  1. SIFT

    1下载:
  2. 这是基于OpenCV的SIFT特征提取实现。-This is based on the OpenCV implementation of the SIFT feature extraction.
  3. 所属分类:Special Effects

    • 发布日期:2014-12-10
    • 文件大小:145698
    • 提供者:
  1. sift

    0下载:
  2. 提取图像sift特征,并且showkey函数在图像上直观的显示出来-Sift extracted image features, and showkey function in the image displayed on the intuitive
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:wangjia
  1. sift-win-recompiled

    0下载:
  2. VC2010可用,SIFT特征提取,并做两个图片的匹配,最终输出匹配点。适用于Windows操作系统。-VC2010 is available, the SIFT feature extraction, and make the two images match, the final output of the matching point. Applies to the Windows operating system.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:31214405
    • 提供者:niyabo
  1. sift

    0下载:
  2. 自己实现的sift特征提取的matlab代码,可以计算特征描述子用于图像匹配,不过速度有点慢-Own implementation of sift feature extraction matlab code to calculate feature descr iptors for image matching, but a bit slow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3287692
    • 提供者:feefer
  1. SIFT

    1下载:
  2. MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1291311
    • 提供者:dulihui
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. SIFT

    0下载:
  2. Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个很好的图象匹配算法(SIFT),同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。 -Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:51375
    • 提供者:Deng Fu Qin
  1. sift

    0下载:
  2. 利用sift算法提取图像特征点,为进一步实现图像间的匹配做准备。-Sift algorithm using image feature extraction point for the further implementation of the matching between images ready to do.
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:816584
    • 提供者:季全
  1. sift-0.9.17.tar

    0下载:
  2. 特征点提取的Matlab程序,主要用于多视角的特征点提取,可以抗尺度变换-Matlab feature point extraction process, mainly used for multi-angle feature points extraction, can be anti-scaling
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2882658
    • 提供者:Fan jingjing
  1. SIFT

    0下载:
  2. 特征点提取方法--SIFT的简化后的算法-Feature point extraction method--SIFT algorithm of the simplified
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1161971
    • 提供者:姜赫
  1. SIFT

    0下载:
  2. 通过SIFT算法特征提取与匹配再计算基础矩阵-djhmfgdifhgoijhodfihhiosdtgi
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3978000
    • 提供者:qinpiqi
  1. sift

    0下载:
  2. 提取SIFT特征点并加以匹配,提供了UI来看一幅图片中的特征点匹配程度-extract the SIFT features, and provide UI to show how much they match.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:14961
    • 提供者:zzzffflll
  1. SIFT

    1下载:
  2. SIFT特征提取演算法(包含匹配以及除错机制RANSAC)-可用于两张影像之特征点匹配 -SIFT feature extraction algorithm (including the match, as well as debug mechanisms RANSAC)- can be used for two images of the feature points matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:11413
    • 提供者:qwe
  1. vlfeat

    0下载:
  2. Andrea Vedaldi and Brian Fulkerson 写的视觉特征提取(sift tree)经典源代码,现在很多人使用它。-Andrea Vedaldi and Brian Fulkerson written in visual feature extraction (sift tree) classical source code, and now many people use it.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7932599
    • 提供者:jiashijie
  1. sift_vc

    0下载:
  2. SIFT特征提取的实现和演示,VC6.0下实现。-SIFT feature extraction implementation and demonstration, VC6.0 achieve.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:1450350
    • 提供者:tengli
  1. sift

    0下载:
  2. 用Matlab实现灰度图像SIFT(尺度不变特征变换)特征点的提取-Grayscale images with Matlab SIFT (Scale Invariant Feature Transform) feature point extraction
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1576
    • 提供者:lucia
  1. sift4

    0下载:
  2. :提出一种基于尺度不变特征变换(SIFT)特征匹配的目标跟踪方法.首先使用SIFT提取目标特征,构 建目标特征库,然后使用基于K维树的特征匹配算法,对实时序列图像提取的SIFT特征与特征库中目标进行精确匹配 -: Based on Scale Invariant Feature Transform (SIFT) feature matching target tracking. The first to use SIFT target feature extraction, featur
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:264470
    • 提供者:LIDAN
  1. sift

    0下载:
  2. sift 特征点提取代码,在最大能量轴上做了投影。-sift feature extraction code, the maximum energy to do the projection axis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4135
    • 提供者:zeng pingping
« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com