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

搜索资源列表

  1. sift--vcPP

    0下载:
  2. 基于sift的特征点匹配算法,实现图像特征点的匹配-Sift the feature points based on matching algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:508240
    • 提供者:秋林
  1. sift

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

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. SIFT-extraction-matching

    0下载:
  2. 用opencv开发的SIFT特征提取与匹配算法,共大家交流学习,共同进步-Developed with opencv SIFT feature extraction and matching algorithms, a total exchange of learning and common progress
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:3921281
    • 提供者:luyu
  1. SIFTpp

    0下载:
  2. 基于SIFT特征匹配的稳健图像拼接算法,可以参考一下-Robust image mosaic algorithm based on SIFT feature matching reference
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:371642
    • 提供者:morse
  1. SIFT

    0下载:
  2. SIFT算法,基于特征的特征点提取及基于置信度的特征匹配-SIFT algorithm, feature-based feature extraction and matching based on the characteristics of Confidence
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:594338
    • 提供者:wuxue
  1. opencv---sift

    1下载:
  2. 基于opencv的sift图像拼接算法,是特征匹配的一种,具有旋转、平移、遮蔽以及仿射不变形,广泛应用于图像拼接及图像特征匹配中-Based on the opencv sift image stitching algorithm, is a feature matching, rotation, translation, masking and affine deformation, is widely used in image stitching and image feature mat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4011181
    • 提供者:周圣
  1. sift-based-on-edge-corner

    0下载:
  2. SIFT 由特征提取,特征描述符描述和特征匹配 3 部分构成,该算子特征提取数目庞大,建立特征描述符运算 量高,导致算法效率低。提出了一种 SEC( SIFT-Edge-Corner) 算法,在图像尺度空间提取角点代替 SIFT 特征点,并根 据角点是边缘曲率极值理论,预先采用 Canny 算子得到高斯边缘图像金字塔,再提取角点并进行尺度选择。实验结 果表明: 该算法在保障高准确率的前提下大幅度提高特征提取效率-By the SIFT feature extraction, fea
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:231186
    • 提供者:焦婷
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  1. sift

    0下载:
  2. 利用sift算法对图像提取sift特征点,从而实现图像匹配等功能-Use sift sift feature extraction algorithm for image points, enabling features such as image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1586111
    • 提供者:王竟宇
  1. PCA-SIFT

    0下载:
  2. 用pca-sift实现特征匹配,是sift算法的改进,可直接使用-Achieved with pca-sift feature matching is improved sift algorithm can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:686906
    • 提供者:李强
  1. SIFT

    1下载:
  2. Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5197533
    • 提供者:huangxiaoli
  1. sift-Matlab

    0下载:
  2. Matlab 写的sift查找特征点和特征匹配的算法代码。 输入两幅图像,检测特征点并匹配,输出匹配结果-Matlab write sift Find feature points and feature matching algorithm code. Enter the two images, the feature point detection and matching, output matching results
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17247
    • 提供者:舒梦
  1. SIFT-ImageStitch

    0下载:
  2. 采用SIFT进行图像拼接处理,包括sift特征提取和匹配算法等。-Using SIFT image mosaic processing, including sift feature extraction and matching algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:32727
    • 提供者:牛牛
  1. MATLAB 实现sift算法

    0下载:
  2. sift算法的matlab实现1.SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性; 2. 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配; 3. 多量性,即使少数的几个物体也可以产生大量的SIFT特征向量; 4.高速性,经优化的SIFT匹配算法甚至可以达到实时的要求; 5.可扩展性,可以很方便的与其他形式的特征向量进行联合。
  3. 所属分类:源码下载

  1. SIFT

    0下载:
  2. SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果-SIFT (Scale-invariant feature transform) is a local feature detection algorithm by finding a pictur
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:647791
    • 提供者:孙钰
  1. sift

    0下载:
  2. 改进的sift匹配算法,提取到sift特征点之后加上ransac去做筛选误识别点-After matching algorithm Improved sift, sift feature points extracted to do screening plus ransac erroneous identification point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:37196
    • 提供者:laoji
  1. sift

    0下载:
  2. SIFT_特征提取与匹配算法,通过matlab 编写完成,讲述sift的算法-SIFT_ feature extraction and matching algorithm, through the preparation of MATLAB complete, about the SIFT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2634733
    • 提供者:zhch85
  1. SIFT_Matlab_global-context

    1下载:
  2. SIFT特征检测算法改进,SIFT描述子加入全局向量,对局部信息相似度高的图像检测的误匹配剔除有明显改进-This paper presents a technique for combining global context with local SIFT information to produce a feature descr iptor that is robust to local appearance ambiguity and non-rigid transformation
  3. 所属分类:software engineering

    • 发布日期:2017-02-15
    • 文件大小:2246656
    • 提供者:hufen
  1. SIFT

    0下载:
  2. 用vl-sift库实现的基于sift特征的图像匹配算法。还包括了几张基本的用于实验的图片。-code and basic data use vl-sift to achieve image matching. it s matlab code,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:297883
    • 提供者:yinyan
  1. jcvi-sift-1.03.tar

    0下载:
  2. sift算法是用来提取图像特征点的算法,性能优越,被广泛用于特征提取和图像匹配,自提出起,算法一直在更新,此为最新版本的sift算法,在matlab上测试可用。(The SIFT algorithm is used to extract the image feature points algorithm, superior performance, is widely used for feature extraction and image matching, since the propo
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:17393664
    • 提供者:slllllll
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com