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

搜索资源列表

  1. src

    0下载:
  2. SIFT代码,多用于图像拼接,匹配精度高-sciences code used for image stitching, matching high accuracy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:52167
    • 提供者:sun shu
  1. FINAL

    0下载:
  2. 图像拼接!!此为本人的毕业设计源码,能完整远行,希望能对大家起到帮助。强烈鄙视那些为了骗取下载数而上载一些无关紧要代码甚至是编译错误一堆的卑鄙小人
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:216646
    • 提供者:jin
  1. pinjiechengxuyuandaima

    1下载:
  2. 数字图像处理中,图像匹配是目前研究的一个主要的大方向。这里提供一个图像配准的代码,用于实现图像拼接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:113231
    • 提供者:刘忠红
  1. 0723

    0下载:
  2. sift算法代码,实现图像的特征点的匹配和拼接-sift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5973436
    • 提供者:刘兴元
  1. tuxiangpinjie

    0下载:
  2. 图像拼接方法,论文形式,还是有帮助的,但是没有代码-Image mosaic method, the paper forms, or helpful, but no code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:37834
    • 提供者:飞羽流星
  1. image-mosaic

    0下载:
  2. 图像拼接方面的代码,想学习图像拼接的人可以参考下,有一定的参考价值-Image Stitching in the code, people who want to learn can refer to the image mosaic, there is some reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1103444
    • 提供者:沈宇轩
  1. ImgReconstruction

    0下载:
  2. 基于小波变换的图像拼接技术,有小波变换的代码实现及拼接源码-Image stitching technology based on wavelet transform, wavelet transform code to achieve and stitching source
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2115908
    • 提供者:ljj
  1. work

    0下载:
  2. 实现图像拼接的代码,经过个人修改 趋于完善-Realization of image mosaic of the code, after a personal modification of perfect
  3. 所属分类:matlab

    • 发布日期:2017-06-16
    • 文件大小:25013615
    • 提供者:王晓迪
  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. immosaic-by--sift

    0下载:
  2. 基于sift的图像特征点提取和图像拼接,有可直接运行的代码和图片-Sift the image feature point extraction and image stitching, can be directly run the code and pictures
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:262229
    • 提供者:余书剑
  1. mosaic

    0下载:
  2. 国外网站上找到的一个图像拼接程序,将三张图片拼接为一张。 大致方法为Haaris找角点,粗匹配,RANSAC精匹配。 有详细的注释,附带一篇代码说明文档,非常适合初学者学习研究-Foreign web sites to find a image stitching procedure, three picture mosaic as one. Roughly method for Haaris to find a corner, coarse matching, the RANSAC p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:694226
    • 提供者:Perry
  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. image_mosaic

    0下载:
  2. 小波变换的,图像拼接,增强,傅里叶变换等各种变换代码。-image mosaic
  3. 所属分类:Wavelet

    • 发布日期:2017-11-18
    • 文件大小:19458394
    • 提供者:
  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. stitching_detailed

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

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

    0下载:
  2. 文件是岩心成像光谱数据拼接程序,主程序是zcd1,直接运行就可以。有完备的GUI代码,可供学习使用。(The file is core imaging spectral data splicing program, the main program is zcd1, direct operation can be. Complete GUI code, available for learning to use.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:669696
    • 提供者:emmapeng
  1. A

    0下载:
  2. matlab图像拼接实时编程代码,可用于两张或两张以上图片拼接,呈矩阵分布(MATLAB image splicing real-time programming code)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:民工阿毛
  1. 《MATLAB图像与视频处理实用案例详解》

    0下载:
  2. 各类图形处理算法代码,齐全的图形处理算法,可以直接运行。去噪,识别,检测,拼接等(Complete graphics processing algorithm, you can run directly. Denoising, identification, detection, stitching and so on)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:19050496
    • 提供者:周泽鑫
  1. code

    1下载:
  2. Harris角点检测、SIFT+RANSAC、sift+1nn+ransac、图像拼接代码、FAST+BRIEF编程资料(Harris corner detection, SIFT+RANSAC, sift+1nn+ransac, image mosaic code, FAST+BRIEF programming data)
  3. 所属分类:OpenCV

    • 发布日期:2018-03-03
    • 文件大小:27206656
    • 提供者:satin
  1. 程序代码

    0下载:
  2. 用MATLAB实现块匹配的全景图像拼接的程序的代码(Code for a program that uses MATLAB to match panoramic image splicing)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:ghgysdvhsy
« 1 2 34 5 »
搜珍网 www.dssz.com