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

搜索资源列表

  1. SIFTlunwen

    0下载:
  2. SIFT特征算法的创始人发表的外文论文-SIFT algorithm is the founder of the characteristics of foreign-language papers published! ! ~ ~ ~ ~
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:490915
    • 提供者:风之子
  1. sift1

    1下载:
  2. 针对现有的图像复制遮盖篡改检测算法需要某些先验信息、对后处理操作失效且计算量大等问题, 借鉴图像匹配技术中的SIFT(scale invariant feature transform)特征匹配算法,首次提出将其用于检测复制 遮盖的篡改操作。 -Cover the existing image copy for tamper detection algorithm needs some prior information on the calculation of post-proc
  3. 所属分类:Development Research

    • 发布日期:2017-02-13
    • 文件大小:466595
    • 提供者:LIDAN
  1. sift5

    0下载:
  2. :研究了一种多目标识别算法,该算法用SUSAN角点形成SIFT特征点,采用阶梯图像金字塔结构实现尺度不变,为所有匹配点建立统一的超定线性方程组并对该方程组系数矩阵进行简 化使其维数降低一半,得到增广矩阵.对增广矩阵进行列变换,依据坐标转换的特性可从中提取多目标的稳定正常点,实现了快速分离多目标的匹配点. -: Study of a multi-target recognition algorithm using SUSAN corner formed SIFT feature point
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:241527
    • 提供者:LIDAN
  1. A_simple_method_to_steoro_match

    0下载:
  2.   汽车防撞,技术路径不外:1.雷达测距防撞;2.视差测距防撞。前者,一旦保有量较大,必定遭遇互相干扰问题;后者,以前主要问题是,算法复杂,实时性差。   本文公开了一种新算法(已申请发明专利),主要运算可以借助硬件组合逻辑模块并行执行,可以极大提高视差测距的实时性,满足汽车防撞的要求。-(Background) Stereo matching, requires in two images to identify two pixels to be matched each other, i
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:318414
    • 提供者:李维纲
  1. SIFTtutorial

    0下载:
  2. 适合图像匹配学习的初学者。David G. Lowe的SIFT演示算法。经过个人使用后,有很多注释说明。-Image matching is suitable for beginners to learn. David g. Lowe SIFT algorithm of demonstration. Through personal use, there are a lot of annotated.
  3. 所属分类:File Formats

    • 发布日期:2017-11-10
    • 文件大小:27080489
    • 提供者:Lance
  1. SIFTpp

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

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

    0下载:
  2. 针对 128 维 SIFT 特 征向量,采用距离匹配和余弦相似度匹配相结合的测度方法,利用特征点方向一致性进一步降低误匹配率 . 实验结 果表明:改进算法对图像的缩放、旋转、光照、噪声和小尺度的视角变换均有较好的匹配效果 . 与原算法相比,在保 证匹配点数和匹配时间的基础上,改进算法对旋转、缩放、噪声模糊和光照变换的误匹配率平均降低 10%~20% , 对于小尺度的视角变换,误匹配率平均降低 5%. -For 128-dimensi
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:398886
    • 提供者:焦婷
  1. Matching-Algorithm

    0下载:
  2. 要:图像匹配是计算机视觉中许多领域的基础,特征提取则是图像匹配的基础,其中不变量特征是一 个重要的理论。SIFt是最有效的尺度、旋转、亮度不变量局部特征之一,但算法复杂、计算时间长。分析 了SIFt的计算时间分配,通过计算关键点的邻域梯度直方图时动态修改采样步长,大大提高了SWr的 计算速度。分析了基于SIFt特征的图像匹配算法,提出了双向匹配算法,提高了图像匹配的准确率。实 验结果表明所提出的方法是有效的-Scale invariant feature transform(SI
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:257823
    • 提供者:周成
  1. K-nearest-neighbor-algorithm

    0下载:
  2. 从K近邻算法、距离度量谈到KD树、SIFT+BBF算法,讲解详细,非常有用-From K neighbor algorithm and distance measurement when it comes to KD tree, SIFT+ BBF algorithm, explain in detail, very useful
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1599467
    • 提供者:mumu
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
  1. sift_programm

    0下载:
  2. SIFT匹配算法,实现多个匹配特征。匹配效果较好。-Based on matlab programm,sift come true to match.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:8780
    • 提供者:郭聪
  1. based-on

    0下载:
  2. 提出改进的SIFT算法,该算法可提高运算速度和匹配准确率,增强算法的鲁棒性。-Improved SIFT proposed algorithm can improve the computational speed and matching accuracy, enhance the robustness of the algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:487434
    • 提供者:冯太琴
  1. sift_method

    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. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1647956
    • 提供者:
  1. Image-Stitching

    0下载:
  2. 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:12972
    • 提供者:白玉
  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. iq245

    0下载:
  2. 结合PCA的尺度不变特征变换(SIFT)算法,正确率可以达到98%,粒子图像分割及匹配均为自行编制的子例程。- Combined with PCA scale invariant feature transform (SIFT) algorithm, Accuracy can reach 98 , Particle image segmentation and matching subroutines themselves are prepared.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:史亚
  1. dtdri

    0下载:
  2. 结合PCA的尺度不变特征变换(SIFT)算法,已调制信号计算其普相关密度,Matlab实现界面友好。- Combined with PCA scale invariant feature transform (SIFT) algorithm, Modulated signals to calculate its density Pu-related, Matlab to achieve user-friendly.
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:6351
    • 提供者:郑元旗
  1. ikvei

    0下载:
  2. 随机调制信号下的模拟ppm,结合PCA的尺度不变特征变换(SIFT)算法,包括主成分分析、因子分析、贝叶斯分析。- Random ppm modulated analog signal under Combined with PCA scale invariant feature transform (SIFT) algorithm, Including principal component analysis, factor analysis, Bayesian analysis.
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:6112
    • 提供者:赵永庆
« 1 2 3 4»
搜珍网 www.dssz.com