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

搜索资源列表

  1. 1111

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。-sift feature point extraction code and feature point matching, the two image feature extraction point can be used for image stitching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:237226
    • 提供者:张双
  1. SIFT_VC

    0下载:
  2. 使用VC完成基于sift尺度不变特征空间的图像拼接,包括特征点的处理以及最终结果的输出-VC complete image mosaic based on the the sift scale invariant feature space, including the processing and output of the final results of feature points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:549518
    • 提供者:徐阳
  1. computer_vision_work

    0下载:
  2. 自动图像拼接,利用SIFT特征匹配算法,RANSAC(random sample consensus)算法,加权平滑算法等技术克服了传统图像拼接技术中的局限性(如光照、尺度变化的影响等),实现了光照和尺度变化条件下的多视角无缝图像拼接-Automatic Image Stitching  Local features detection  Features Matching  Homography Estimation RANSAC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6492688
    • 提供者:徐宏亮
  1. ssift-mattchi

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特特征点匹配,可用于图像拼接等。c和matlab代码都有 -sift feature point extraction code and the special feature points matching image stitching, etc., can be used to extract feature points of the two images. c and matlab code has
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:376404
    • 提供者:shakaqier
  1. sift_ImageProcessing

    0下载:
  2. sift特征点检测及图像拼接,matlab7.0实现的,我从别人那里整过来的,测试的话,用在matlab里面直接调用match( b1.jpg , b2.jpg )即可,我测试成功,里面也有说明文档,为了科研,共享,希望大家有好的代码都0分共享,与己方便,与人方便,中国科研才会发展更迅速-sift feature point detection and image stitching of, matlab7.0 realized, I come from others where the who
  3. 所属分类:Graph program

    • 发布日期:2017-11-18
    • 文件大小:443421
    • 提供者:廖小超
  1. Image

    0下载:
  2. 一个MFC程序 显示的是SIFT图像拼接效果图 以及极值点个数、RANSAC迭代次数等-An MFC program is displayed the SIFT image mosaic effect diagram, and the number of extreme points, RANSAC number of iterations, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2578558
    • 提供者:张恒
  1. C_SIFT

    0下载:
  2. (zz)C++实现的经典SIFT程序,可以直接使用,速度也非常快,为图像拼接打下很好的基础-(zz) Using C++ to achieve classic SIFT program which can be used directly, and the speed is very fast, and that also laid a good foundation for image stitching.
  3. 所属分类:Graph program

    • 发布日期:2017-12-02
    • 文件大小:4290072
    • 提供者:李果
  1. SIFTpp

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

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

    0下载:
  2. 基于SURF算法的图像拼接程序,执行效率高于SIFT算法-Executive efficient than SIFT algorithm based on the the SURF algorithm of image stitching procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:1964808
    • 提供者:renyong
  1. SIFT_beibei

    0下载:
  2. 基于sift的matlab图像拼接,基于特征图像的拼接-Sift the matlab image stitching, stitching feature-based image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:2253448
    • 提供者:黄永
  1. stitching

    0下载:
  2. 基于sift特征点的图像拼接算法,效果不错,有需要的同学可以下载-Image mosaic algorithm based on sift feature point, well, needy students can download to see
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:5671265
    • 提供者:魏园波
  1. sift2_imMosaic

    0下载:
  2. 基于sift特征点的图像拼接代码,sift代码-Sift feature point-based image stitching code, sift code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:442064
    • 提供者:shorfy
  1. 360_panorama

    0下载:
  2. 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:7672832
    • 提供者:大卫
  1. image-stitching--matlab

    0下载:
  2. 改进的图像拼接算法,基于sift算法,实现图像的自动拼接,测试,完美运行-Improved image mosaic algorithm based the sift algorithm to achieve automatic image stitching, test, run perfectly
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:6843941
    • 提供者:毛毛虫
  1. sift

    0下载:
  2. 图像检索,基于sift算法的图像检索与拼接技术,基于sift的图像检索-Image retrieval the sift algorithm based image retrieval splicing technology, sift-based image retrieval
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:9613
    • 提供者:刘灿
  1. image-stitching

    0下载:
  2. 图像拼接,通过sift匹配进行360度全景的图像拼接,采用拉普拉斯金字塔进行模糊-Image stitching, matching sift through a 360-degree panoramic image stitching, using fuzzy Laplacian pyramid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:5091670
    • 提供者:Ezreal
  1. sift_ex3

    0下载:
  2. sift算子在图像匹配与图像拼接三维重建中都有重要地位,这个程序没有使用opencv,原作者很不容易写出来的。在调试中会有少量问题,稍加调试就可调通 -sift operator in image matching and 3D reconstruction image mosaic has an important position, this program does not use opencv, the original author is not easy to write out.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4289726
    • 提供者:shexiaoyu
  1. image-mosaic

    0下载:
  2. 用于图像拼接,将两幅带有重叠区域的两幅图像,首先寻找它的SIFT特征点,然后根据它的特征点进行图像配准,最后再对图像进行拼接。-For image mosaic of two images, two images with overlapping area, first find the SIFT feature of it, then the image registration based on feature points of it, then the image mosaic.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3833385
    • 提供者:孟德剑
  1. siftDemoV4

    0下载:
  2. SIFT发明人LOWE的SIFT特征提取程序代码及执行文件,用于图像特征点识别和图像拼接等。-LOWE inventor SIFT SIFT feature extraction program code and executable file for image feature point recognition and image stitching.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:440891
    • 提供者:彭晨
  1. image-mosaic

    1下载:
  2. 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:548688
    • 提供者:li
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com