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

搜索资源列表

  1. sift

    0下载:
  2. 这个是基于C语言的SIFT算法图像拼接,基于opencv的。本来是想改进一下嵌入到DSP里面直接实现拼接,但由于后来实在改不动了。就实现了两幅图像的拼接。。CSDN上面有相关的,可以实现更多的图像拼接,可以直接运行,但要配置相关条件,要把那个ann.lib拷贝到opencv库里面,然后再projects-setting-debug里面改一下路径就可以了。。希望有相关的同学可以共同学习。。最后的拼接效果有待改善。-This is based on the C language SIFT algor
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8307050
    • 提供者:guolong
  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

    0下载:
  2. SIFT特征提取程序,matlab编写。SIFT是图像上的某种特征,具有尺度,光照,甚至仿射不变性,广泛的用于图像拼接,目标检测,目标跟踪等应用中。-SIFT descr iptor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:4896
    • 提供者:breeze
  1. SIFT

    0下载:
  2. 运用sift特征点提取算法提取特征点,用matlab实现图像拼接。-Feature extraction algorithm using sift feature point extraction, using matlab image mosaic.
  3. 所属分类:Special Effects

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

    0下载:
  2. 是一个介绍shift算法的源代码!可以用于全景拼接的算法实习-an introduction to the shift
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:11967153
    • 提供者:曾小萌
  1. SIFT-KD-tree-image-panorama-opencv

    0下载:
  2. SIFT KD树 图像拼接 全景图_多幅图 opencv -SIFT KD tree image mosaic panorama _ Multiple Figure opencv
  3. 所属分类:Special Effects

    • 发布日期:2015-07-01
    • 文件大小:10035200
    • 提供者:lyj
  1. sift

    0下载:
  2. 基于opencv的sift算法,用于简单的图像拼接-Based on opencv sift algorithm for image stitching simple
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4164476
    • 提供者:hades
  1. sift

    0下载:
  2. 提取SIFT特征点,配准拼接的代码,能运行-detect sift features
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:356449
    • 提供者:wangyue
  1. SIFT

    0下载:
  2. sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15177537
    • 提供者:benzhi
  1. sift-mosaic

    0下载:
  2. sift 图像拼接,先找到两幅图像对应的特征点,然后算出变换矩阵,然后投影拼接图像-find the feature points of two images,using them to find the translate matrix,then complete the image mosaic
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1098057
    • 提供者:滕抱强
  1. SIFT

    0下载:
  2. 一个很好的sift算法实例,有图有真相,可以实现特征点匹配,并将两幅图像的匹配点连线,还可以实现拼接,内有几个demo。帮助大家学习。-A good sift algorithm instance, there are pictures and the truth, you can achieve the matching feature points, and the two images match point connection, you can also achieve stitchi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1302559
    • 提供者:尹珂
  1. sift-mosaic

    1下载:
  2. 图像拼接程序,可以实现几幅图像的拼接,其原理是基于Lowe教授提出的SIFT特征算法。该方法非常有效,通过两两图像进行配置后,采用融合技术,得到拼接后的全景图-This is code for image mosaic based on SIFT algorithm,it is very useful for learning image process.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1728570
    • 提供者:keil_xin
  1. sift-algorithm

    0下载:
  2. 图像拼接源码,包含测试图片,主要采用的sift算法-Source image mosaic, including the test images, sift algorithm is mainly used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:704569
    • 提供者:liushoubao
  1. imagessift

    0下载:
  2. 两张图像SIFT拼接,把两张图片拼接成一个图片-two images matching by SIFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6519607
    • 提供者:gpudn68
  1. sift

    0下载:
  2. sift特征提取方法, 几何特征, 特征提取, 图像拼接。-sift geometric feature extraction feature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:27835
    • 提供者:Sue
  1. image-mosaic-based--on-sift

    0下载:
  2. 代码是基于sift的图像拼接,包含特征提取,匹配和拼接,并且添加了调节图像拼接透明度函数 -image mosaic based on sift ,including feature extaction,matching and image mosaic.And add a transparency adjusting function.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3746839
    • 提供者:宋丹
  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. match-sift

    0下载:
  2. 这是一个基于SIFT算法的图像拼接程序,很适合做图像拼接的人参考。-This is based on SIFT algorithm for image stitching program, it is suitable for people who reference image stitching.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10232726
    • 提供者:程平
  1. sift

    0下载:
  2. 基于sift的图像拼接,较好的实现了两幅图像的拼接,源码里有测试图像-Based sift image mosaic
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7967894
    • 提供者:王梓涵
  1. sift

    1下载:
  2. SIFT特征点匹配,用于全景图像拼接过程中的特征点提取、匹配-SIFT feature points matching
  3. 所属分类:Special Effects

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