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

搜索资源列表

  1. ImgStich_stitcher_warpers

    0下载:
  2. openCV 基于sift的图像拼接算法 -openCV image stitching algorithm based on sift the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:1191
    • 提供者:gengjiahui
  1. Image-mosaic-based-on-SURF

    0下载:
  2. 本程序采用基于快速鲁棒特征点的图像拼接技术,该技术与其他图像拼接技术相比,具有鲁棒性好的特点,对图像序列中的光照变化、尺度变化、旋转变化具有良好的适应性;与基于SIFT特征点的图像拼接技术相比,其拼接速度更快。-This program uses a fast and robust image mosaic technology based on feature points, compared with the other image mosaic technology, has good r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:359141
    • 提供者:李争
  1. SIFTstitching

    0下载:
  2. 基于SIFT算法的图像拼接小程序,亲测可用,初学者可以借鉴学习。-Image matching based on SIFT algorithm applet, kiss measure available, beginners can learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:259687
    • 提供者:cold
  1. stitching

    0下载:
  2. 图像拼接,可用于全景照机等应用场景 根据图像的特征(可选多种特征,例如SIFT,haar,HOG等征),将两幅或多幅图像无缝拼接起来-Image stitching, can be applied to panoramic photographing, and other application scenarios.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:165212
    • 提供者:刘林冲
  1. SIFT

    0下载:
  2. 一个很好的sift算法实例,有图有真相,可以实现特征点匹配,并将两幅图像的匹配点连线,还可以实现拼接,内有几个demo。帮助大家学习。-A good sift algorithm instance, there are pictures and the truth, you can achieve the matching feature points, and the two images match point connection, you can also achieve stitchi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1302559
    • 提供者:尹珂
  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. 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. Image-mosaic

    0下载:
  2. 图像拼接,可以将两张分开的图片进行对接。原理是利用sift特征进行匹配-Mosaic, which can dock two separate image. Principle is to use sift feature matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1633822
    • 提供者:keler
  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. 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. siftPface

    0下载:
  2. 基于opencv的sift图像拼接和人脸识别程序代码-Opencv sift based image mosaic and recognition program code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3434
    • 提供者:徐恒
  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. lv

    0下载:
  2. 基于vs2010+opencv2.4.9的两张图像拼接,利用sift进行特征点提取,借鉴rob_hess源代码。-This algorithm achieved two images stitching ,basing on sift algorithm
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-24
    • 文件大小:4407543
    • 提供者:carry
  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. 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. Image-Stitching

    0下载:
  2. 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:12972
    • 提供者:白玉
  1. opencv-image-stich

    0下载:
  2. opencv实现图像拼接,vs2010 利用sift特征点和单应矩阵-Panorama Mosaicing using opencv vs2010
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18374694
    • 提供者:黄天宇
  1. SIFT_RANSAC

    0下载:
  2. SIFT 图像拼接,open CV VS2015,可以直接运行出结果-open CVVS2015,SIFT
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:9529026
    • 提供者:LI
  1. images

    0下载:
  2. 图像处理,利用sift实现图像拼接,里面附有代码-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21974546
    • 提供者:王孝润
  1. images2

    0下载:
  2. 利用sift做特征提取,实现图像拼接,效果非常好,无“鬼影”-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24520429
    • 提供者:王孝润
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com