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

搜索资源列表

  1. imageStitching

    1下载:
  2. opencv图像拼接代码,可以把n张图片合并到一张图片-opencv image mosaic code n pictures can be merged into one picture
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7420997
    • 提供者:pencauto
  1. 11912893enblend-2

    0下载:
  2. 基于 opencv 的图像拼接程序 可用-opencv opencv Image Processing 。。。opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:857512
    • 提供者:kevin
  1. 2-copysubimg-roi-mask

    0下载:
  2. vc++利用opencv 实现的图像拼接-vc++ using opencv realized image mosaic
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1413454
    • 提供者:dingcheng
  1. mosaic

    0下载:
  2. SIFT是具有鲁棒性的特征点提取算法,本程序就是基于SIFT的图像拼接-SIFT is a robust feature point extraction algorithm, this procedure is based on the SIFT image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15535973
    • 提供者:honey
  1. stitching_detailed

    0下载:
  2. 这是一个在VC++2010环境下的基于opencv的图像拼接的代码,opencv版本为2.4.2,代码丰富,可以帮助纠结于图像拼接的学习者。-Source Code of stitching images
  3. 所属分类:OpenCV

    • 发布日期:2017-10-30
    • 文件大小:6451
    • 提供者:
  1. Stitching

    0下载:
  2. 图像拼接程序,如果运行报错,请确定opencv版本与工程里配的是否一样-Image stitching procedure, if run error, equipped Make sure the the opencv version with engineering
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:5050562
    • 提供者:张文寅
  1. stitching

    0下载:
  2. 图像拼接 将数张有重叠部分的图像(可能是不同时间、不同视角或者不同传感器获得的)拼成一幅大型的无缝高分辨率图像的技术-Image stitching several overlapping parts of the image (which may be a different time, a different perspective or different sensors) makes up a large, seamless high-resolution image technolog
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:3485
    • 提供者:天天
  1. opencv-tupianpinjie2

    0下载:
  2. 基于vc的opencv多点融合图像拼接,两张拼接到一起-Multi-point based on the vc opencv the fusion image stitching, two stitching together
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:1803
    • 提供者:ywj
  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. stitching

    0下载:
  2. 自己实现的图像拼接的程序,使用的是opencv2.4.3+vs2010环境-Achieve their own image stitching procedure, using opencv2.4.3+vs2010 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:731
    • 提供者:xcz
  1. pinjie

    0下载:
  2. 基于OPENCV的图像拼接程序,实现两个图像拼接成一张图像- image stitching process , to achieve two images together into one image
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:290742
    • 提供者:zhailin
  1. imageStitching

    0下载:
  2. 图像拼接程序,opencv实现,可以处理多张图片的拼接,如果相似部分太少,不能拼接-Image stitching process, opencv realize that can handle multiple images of the stitching, if similar parts too small, can not splice
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5884882
    • 提供者:zk
  1. imagestitching

    1下载:
  2. 实现了图像的简单拼接。首先寻找特征点,然后计算描述子(特征向量),对寻找到的特征点进行匹配,并塞选匹配结果,然后计算透视 矩阵,将其中一幅图进行透视变换,然后将图片合成。对一些简单的图片比较有效。仅供参考学习。(Realize the simple stitching of the image. First, find the feature point, and then calculate the descr iptor (eigenvector), match the feature po
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:70070272
    • 提供者:具体
  1. testfinally

    0下载:
  2. 基于visual studio2012 c++,opencv2.X图像处理,基于sift图像拼接(Image mosaic based on SIFT)
  3. 所属分类:OpenCV

  1. SIFT拼接练习

    0下载:
  2. 图像拼接,使用了opencv里面的函数,对边缘进行了处理,效果较好(Image stitching, the use of OpenCV inside the function, the edge of the treatment, the effect is better)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-02
    • 文件大小:40916992
    • 提供者:YCCCCCY
  1. autostitch

    0下载:
  2. 图像拼接 vs2012+opencv win7(autostitch vs2012+opencv win7)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:1079296
    • 提供者:wendy_jsj
  1. mosaic

    0下载:
  2. Python opencv 基于sift 特征实现两张图片拼接(Python opencv realization of two picture splicing based on SIFT features)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:8388608
    • 提供者:insfan
  1. FasterSurf

    0下载:
  2. 一个图像拼接框架。切换注释与未注释代码可实现不同检测器与描述子的组合。默认使用SURF+BRIEF,通过预设重叠区域比例排除非重叠区域特征点的检测,提升特征点检测速度,减少误匹配。(An image stitching frame. The switching annotation and the non - annotated code can implement the combination of different detectors and descr iptors. Using SU
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:bitZhang
  1. Image stitching

    0下载:
  2. 通过opencv将两幅图片进行图像拼接,可以较好的矫正位置偏移,图像形变(The two images are spliced by opencv, and the position offset can be corrected well and the image deformation can be deformed.)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-18
    • 文件大小:35861504
    • 提供者:unicorn_plus
  1. SURF探测器拼接两张图像以创建全景的openCV实现

    0下载:
  2. 基于SURF的图像拼接,全景图像筛选特征点,进行匹配刷选转换(Image mosaic based on SURF panoramic image filtering feature points matching selection switch)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:9830400
    • 提供者:小kkx
« 12 3 4 »
搜珍网 www.dssz.com