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

搜索资源列表

  1. levmar2.4.rar

    0下载:
  2. 著名的LM算法,用来去除错误角点和用来计算图像拼接时候的稳定的变化矩阵。由Manolis I. A. Lourakis编写。C和C++版本,里面也有matlab版本。这个版本是最新的。另外还有一篇介绍LM原理的文章,适合初学者。,Well-known LM algorithm is used to remove the error used to calculate the corner point and the image mosaic when the changes in the sta
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:127198
    • 提供者:Bill
  1. MATLAB_Seam_Carving.rar

    0下载:
  2. 无缝拼接的技术,用以实现图像全自动智能伸缩的功能,seam carving
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:763577
    • 提供者:qiuzhang
  1. ImageProcessing.rar

    0下载:
  2. 上传了一个新的VC图像拼接代码,大家一起看看吧。,Upload a new image mosaic of the VC code, we take a look at it.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4557494
    • 提供者:旖旎
  1. pinjie

    0下载:
  2. 本文用用Harris算子提取特征点,基于特征点的匹配,加权融合图像拼接-In this paper, feature extraction using Harris operator point, based on feature matching, weighted fusion image mosaic
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:153600
    • 提供者:zhaoyue
  1. CxImageTest

    0下载:
  2. 将两幅不同,但有相交的图片重新拼接组合成为一张新的更加完整的图片。文件夹中附有测试图片。-Will be two different, but there is the intersection of the picture re-splicing a new portfolio to become more complete picture. Folder with a test picture.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-24
    • 文件大小:7710495
    • 提供者:WangDi
  1. 关于图像拼接的vc源码

    0下载:
  2. 关于图像拼接的vc源码,比较适用,在vs2008中编译通过
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-10-11
    • 文件大小:1348178
    • 提供者:pchfly
  1. imagestitch

    1下载:
  2. 自己利用opencv和vc++6.0开发的图像SIFT特征点提取以及两张图像的拼接演示过程,最后完成2-5张图像的自动拼接。-Their use opencv, and vc++6.0 development of the SIFT feature extraction and image two image mosaic shows the process of finalizing the automatic stitching of images 2-5.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4135703
    • 提供者:蒋江军
  1. sift_MATLABPVC

    0下载:
  2. 基于sift实现图像拼接(MATLAB+VC)Mosaic of image-based sift (MATLAB + VC)-Mosaic of image-based sift (MATLAB+ VC)
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2869209
    • 提供者:李晋江
  1. papers_for_image_mosaic

    0下载:
  2. 这是我收集了好久,关于图像拼接 全景图的一些论文!-This is my collection for a long time panorama image mosaic on the number of papers!
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:56133587
    • 提供者:曹光平
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:171565
    • 提供者:memcpy
  1. SIFT

    0下载:
  2. 图像拼接部分的重要程序,绝对有用,毕设的东西,VC编写的-An important part of the image mosaic program, absolutely useful, complete set of things, VC prepared
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:110651
    • 提供者:林风
  1. IBR

    0下载:
  2. 这个是基于ibr的图像拼接方法,用的很多的技术,基于fft变换,属于频域拼接。500行的程序,欢迎大家尝试。-This is based on the image mosaic ibr methods, many of the technology, based on the fft transform, frequency domain are spliced. 500 line program, welcome you to try
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2174352
    • 提供者:张凤春
  1. main

    0下载:
  2. 基于渐近区域的图像拼接matlab程序,可以实现全景图拼接-Based on the asymptotic region matlab image mosaic program, you can realize panorama stitching
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1229
    • 提供者:fanfan
  1. SIFT-Panorama

    4下载:
  2. 本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。-The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panora
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-06
    • 文件大小:9771543
    • 提供者:Andox
  1. ptconvert

    1下载:
  2. 全景图像处理源代码,vc开发,拼接数码照片的程序-Panoramic image processing source code, vc development, digital photo stitching program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:282625
    • 提供者:雷添杰
  1. image_mosaic

    1下载:
  2. 基于IBR的图像拼接算法,利用傅里叶变换求相关,可利用多幅图像拼接得到的全景图。-image mosaic based on image based rendering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:490913
    • 提供者:jacinlesu
  1. matlabtuxiangpj

    0下载:
  2. 用MATLAB实现的图像拼接程序。一个简单的小程序,供大家交流下-Using MATLAB to achieve the image mosaic program
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1064
    • 提供者:lyh
  1. DrawImage123

    0下载:
  2. 三维地图局部更新程序,实现图像的拼接和切割-Three-dimensional map of the local update process, the realization of image stitching and cutting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:46945
    • 提供者:cmd
  1. FINAL

    4下载:
  2. 图像拼接原代码,VC++,图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。整个过程用VisualC++加以实现,实验结果验证了算法的有效性。-The original code image mosaic, VC , image mosaic panorama in the production process plays an impo
  3. 所属分类:图形图象

    • 发布日期:2013-10-29
    • 文件大小:213651
    • 提供者:jms
  1. TextonBoost

    0下载:
  2. 可以用来作为图像拼接的,方便大家使用。很好的一个例子-Can be used as image stitching, and facilitate the use. A good example of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4357697
    • 提供者:夏正友
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com