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

搜索资源列表

  1. vc-imageprocessing

    0下载:
  2. 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22037069
    • 提供者:白色恋人
  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. txpj-opencv

    0下载:
  2. 图像拼接,sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-Image mosaic algorithm, C SIFT algorithm, based on OpenCV, a bull is written, very powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3931760
    • 提供者:levin
  1. tuxiangpinjie

    0下载:
  2. 基于Harris角点匹配的图像拼接程序,包括角点提取算法,下载可直接使用-Harris corner matching image stitching program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:383134
    • 提供者:兰兰
  1. image-mosaic.doc

    0下载:
  2. 图像拼接(image mosaic)技术是将一组相互间重叠部分的图像序列进行空间匹配对准,经重采样合成后形成一幅包含各图像序列信息的宽视角场景的、完整的、高清晰的新图像的技术。图像拼接在摄影测量学、计算机视觉、遥感图像处理、医学图像分析、计算机图形学等领域有着广泛的应用价值。 一般来说,图像拼接的过程由图像获取,图像配准,图像合成三步骤组成,其中图像配准是整个图像拼接的基础。本文研究了两种图像配准算法:基于特征和基于变换域的图像配准算法。 在基于特征的配准算法的基础上,提出一种稳健的基于特征点的
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:332849
    • 提供者:
  1. immH

    0下载:
  2. 使用两种方法实现图像拼接。一种是用SIFT算法自动实现,一种是用手动选取特征点(可边缘化图像),根据手动选取的特征点进行图像的变换和拼接。-Image stitching using two methods. One is to use SIFT algorithm automatically, one is manually selected features (edge of image), based on manual selection of feature points for im
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3953370
    • 提供者:whynot
  1. pingjie

    0下载:
  2. halcon图像拼接代码,用于两幅以上图片进行拼接合并的算法-halcon picture joint
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2865579
    • 提供者:jason
  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. pinjie

    0下载:
  2. 用C++实现的图像拼接的实例,并有详细的介绍,能使你快速掌握图像拼接的算法-In c++ implementation of image mosaicing instance, and a detailed introduction, can make you quickly master the image matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4047634
    • 提供者:陈先生
  1. 基于SURF两幅图像的拼接

    1下载:
  2. 基于vc++6.0环境下,有SURF快速算法实现图像的配准并完成拼接,代码注解详细,拼接效果比较好,实时性也可以。
  3. 所属分类:图形图象

  1. CalibrationForXiaoYi

    0下载:
  2. 此程序为图像序列的柱面全景拼接算法,matlab仿真程序,其中有柱面投影程序可以对其他投影公式有一定的启示。-This procedure cylindrical panoramic image stitching algorithm sequence, matlab simulation program, which has a cylindrical projection program can have some inspiration to other projection formul
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-18
    • 文件大小:4886190
    • 提供者:韩庆龙
  1. sift1

    0下载:
  2. 两幅图像拼接,利用sift算法找出特征点,然后进行两幅图的无缝拼接-Two image mosaic using sift algorithm to find the feature points, followed by two figures of seamless
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:888389
    • 提供者:张少伟
  1. Ant-algorithm

    0下载:
  2. 蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2715
    • 提供者:刘伟
  1. 45398761sift

    0下载:
  2. 本代码是应用sift算法进行的特征点匹配与配准,可以应用于图像拼接,人脸识别等等,用法非常强大。可以运行-This code is matched with the feature point registration application sift algorithm can be applied to the image stitching, face recognition, etc., usage is very powerful. You can run
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10186774
    • 提供者:姚丽丽
  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. PanoramicImage

    0下载:
  2. 用于图像拼接的素材,可用于全景图拼接。主要是JPG形式,可通过SIFT算法进行处理-Material for image stitching, can be used for panorama stitching. Mainly JPG format, can be handled by the SIFT
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20661265
    • 提供者:Wu
  1. fingerPrint

    0下载:
  2. 详细描述指纹图像的拼接算法,拼接速度快,效果好,经过测试在STM32单片机上也能达到很好的效果-A detailed descr iption of fingerprint image stitching algorithm, splicing speed, good effect, after testing on the STM32 MCU can achieve very good effect
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:358720
    • 提供者:Snail
  1. xwxg

    1下载:
  2. 相位相关算法,用来进行图像拼接。对信息量较大的图像拼接效果较好,例如指纹。原理简单,但是要求两幅拼接图像有较大的重合部分。-Phase correlation algorithm for image mosaic. The amount of information the image mosaic effect more better, such as fingerprints. The principle is simple, but requires two pieces of mosai
  3. 所属分类:Special Effects

    • 发布日期:2016-05-18
    • 文件大小:1024
    • 提供者:barkt
  1. SIFT_V1

    0下载:
  2. vr技术中图像拼接的配准核心算法SIFT算法。许多新算法都是在此基础进行改进,分享供大家学习。-Registration is the core algorithm SIFT image mosaic technology in vr. Many new algorithms are on the basis of improvement, to share for everyone to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:838157
    • 提供者:魏阳阳
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com