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

搜索资源列表

  1. ImageStiching

    0下载:
  2. 此程序是利用Opencv库编写的一个三幅图像拼接程序,内有测试图像,此程序生成拼接图之后,先写入硬盘,再显示处理,对于学习opencv 图像拼接的人很有帮助!-this is a three image stiching program which is based on the opencv library. With the test image, The File first generate the mosaic image ,and then write to the hard dis
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5199425
    • 提供者:Juan
  1. three_img_stitch

    0下载:
  2. 可以简单拼接三幅图像,作为图像拼接初学者的示例-this code can simply stitched three images。 It s good example for image stitching learner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:57185
    • 提供者:mm
  1. manualmosaic

    0下载:
  2. 手动提取图像的特征点,基于特征的图像拼接-Manual extraction of image feature points, image mosaic based on feature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2566
    • 提供者:宋烜
  1. mosaic

    0下载:
  2. 手动提取图像的特征点,基于特征的图像拼接-Manual extraction of image feature points, image mosaic based on feature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:宋烜
  1. result3

    0下载:
  2. 相位法的图像拼接,利用傅里叶变换的原理,将两幅图像进行拼接-Image mosaicing phase method,Using the principle of Fu Liye transform, the two images mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:宋烜
  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. imagemosaic

    0下载:
  2. 一个简单的,基于MATLAB函数的图像拼接程序,非常适合初学者-simple mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1759
    • 提供者:ddd
  1. sift-mosaic

    0下载:
  2. sift 图像拼接,先找到两幅图像对应的特征点,然后算出变换矩阵,然后投影拼接图像-find the feature points of two images,using them to find the translate matrix,then complete the image mosaic
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1098057
    • 提供者:滕抱强
  1. imageStitching

    1下载:
  2. 一个可直接编译的图像拼接代码,效果不错, compilable image stitching source code
  3. 所属分类:2D Graphic

    • 发布日期:2015-06-01
    • 文件大小:7168
    • 提供者:nelfylee
  1. lvbo

    0下载:
  2. 中值滤波代码,可以有效消除图像拼接中的接缝-Median filtering code, can effectively eliminate image stitching in the seams
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:allen
  1. Image_Process

    1下载:
  2. sift特征提取,sift图像拼接,OPENCV读取视频,gdal读取大的遥感图像,gdal建立金字塔,gdal分割图像(需配置3个库,GDAL,GSL,OPENCV)。-feature extraction sift, sift image stitching, OPENCV read the video, gdal read large remote sensing image, gdal build pyramids, gdal segmented image (you need to c
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3540556
    • 提供者:yuanzi
  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. Image-Link

    1下载:
  2. 实现图像拼接 opencv与Qt 拼接准确 适合新手练习-image link
  3. 所属分类:Special Effects

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

    1下载:
  2. 将一个给的的图像进行8X8分割后打乱顺序随机排列组合后进行图像拼接还原的MATLAB程序-MATLAB image stitching program to restore the image back to the conduct of a 8X8 divided randomly shuffled permutations
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1668
    • 提供者:lc
  1. matching

    0下载:
  2. 本文主要致力于图像配准和拼接算法的研究,一方面以Harris算法为基础,提出了一种基于圆形邻域增强的角点配准算法,而另一方面则根据图像配准精度需求及庞大图像规模,将图像的拼接算法改进,提出基于尺度不变特征一种的图像拼接算法。-The thesis focuses on image registration and stitching algorithm, on the one hand to the Harris algorithm, proposed corner registration a
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3827698
    • 提供者:高嘉瑜
  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. mosaic-matlab

    0下载:
  2. 图像拼接的matlab程序,有需要的朋友可以下载下来-Matlab image stitching program, a friend in need can be downloaded to see
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:629196
    • 提供者:曹红业
  1. imMosaic

    1下载:
  2. 很好的图像拼接程序,尝试过效果不错,有需要的可以看看,学习一下。-image mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:336452
    • 提供者:陈美美
  1. 1

    0下载:
  2. 基于视觉处理与VC结合的halcon图像拼接技术-assemble image based on the combination of VC and HALCON
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1022
    • 提供者:林枫
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com