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

搜索资源列表

  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. sift

    0下载:
  2. sift特征提取算法,配准算法,匹配算法,测试通过-sift Feature extraction algorithm, registration algorithm, matching algorithm, testing through
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:25177
    • 提供者:zero
  1. SIFT

    0下载:
  2. SIFT 算法源码,可用于图像匹配,图像识别,图像检测-SIFT algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3453482
    • 提供者:刘胜
  1. SIFT-features-For-Image-matching-

    0下载:
  2. SIFT特征图像匹配,检测两幅图像的SIFT特征,然后根据特征的最短距离进行匹配。-Image matching SIFT features, detection of SIFT features of two images, and then according to the characteristics of the short distance to match.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:298446
    • 提供者:龚飞
  1. PCA-SIFT

    0下载:
  2. 开源Sift算法,匹配识别图像,找了很多,感觉有效的不多-open source code: Sift for match picture
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:625803
    • 提供者:anhuiee
  1. TestSift_match

    0下载:
  2. 进行图像的sift特征检测及匹配,用于初学者快速理解sift匹配流程.-Sift feature detection and image matching, for beginners to quickly understand sift matching process.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5156711
    • 提供者:小坏包
  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

    1下载:
  2. 运用shit算子对图像中的角点进行检测,以便进行特征匹配-Operators using shift image of the corner detection, feature matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-28
    • 文件大小:425001
    • 提供者:lilili
  1. Landmark-recognition

    0下载:
  2. 读取路标图像,然后对图像预处理,提取特征,训练模板,识别时使用sift匹配识别,还有GUI界面,点击运行以后就可以使用,带有图像库-Read signs image, then the image preprocessing, feature extraction, training templates, identifying matching using sift recognition, as well as the GUI interface, you can click on Run
  3. 所属分类:Special Effects

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

    3下载:
  2. 一种基于关键点的复制粘贴检测算法,可以完成两幅图像的关键点匹配,也可以检测到一副图像是否经过复制粘贴后放大缩小、旋转等篡改操作-Key matching a replicon paste detection algorithm based on key points, you can complete two images, it can also detect whether an image after copying and pasting zoom, rotate, etc. tampe
  3. 所属分类:Special Effects

    • 发布日期:2017-02-13
    • 文件大小:2074624
    • 提供者:王怡
  1. sift-RMB

    0下载:
  2. 用sift方法匹配图像,文件中匹配的是100元面值的人民币与一元的人民币,准确率较高。-Using sift matching image, file matching is RMB with a 100 yuan face values the renminbi, accuracy is higher.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1950995
    • 提供者:孙辰
  1. SIFT

    0下载:
  2. SIFT算法实现图像检测,特征方向,匹配源码-SIFT image detection algorithm, characteristic direction, matching source
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-02
    • 文件大小:14390241
    • 提供者:李银
  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

    0下载:
  2. 实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配--Applications for the program source code. M documents needed for the operation and image files.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1287405
    • 提供者:晚上
  1. SIFT

    0下载:
  2. SIFT是由UBC(university of British Column)的教授David Lowe 于1999年提出, 并在2004年得以完善的一种检测图像关键点(key points , 或者称为图像的interest points(兴趣点) ), 并对关键点提取其局部尺度不变特征的描绘子, 采用这个描绘子进行用于对两幅相关的图像进行匹配(matching)。 目前, SIFT可以说是所有图像局部特征描述特征子 中最火的一个了。-SIFT was developed by David L
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1425976
    • 提供者:刘超蝶
  1. deepmatching_1.2.2

    0下载:
  2. deepmathing计算图像特种匹配的,比sift匹配效果更好,很实用-Deep matching calculated image special matching, better than sift matching effect, very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2054737
    • 提供者:徐盼盼
  1. SIFT

    0下载:
  2. MATLAB实现图像的SIFT特征提取、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1285367
    • 提供者:zhch77
  1. MATLAB

    0下载:
  2. 实现matlab平台sift匹配,并附加若干匹配素材,方便使用者进行试验-sift method on the platform of matlab
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4474111
    • 提供者:wqr
  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. Hausdorff距离匹配代码

    0下载:
  2. Hausdorff距离匹配代码,实现了CANNY边缘特征点、HARRIS特征点、SIFT特征点、SURF特征点的Hausdorff距离匹配
  3. 所属分类:图形/文字识别

    • 发布日期:2016-12-05
    • 文件大小:3145555
    • 提供者:zhu_zq
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 40 »
搜珍网 www.dssz.com