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

搜索资源列表

  1. siftDemoV4

    0下载:
  2. SIFT发明人LOWE的SIFT特征提取程序代码及执行文件,用于图像特征点识别和图像拼接等。-LOWE inventor SIFT SIFT feature extraction program code and executable file for image feature point recognition and image stitching.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:440891
    • 提供者:彭晨
  1. image

    0下载:
  2. 基于特征点的全自动无缝图像拼接代码,包括对应的文章-Automatic seamless image mosaic code based on feature points, including the corresponding paper
  3. 所属分类:Graph program

    • 发布日期:2017-04-23
    • 文件大小:427025
    • 提供者:CX
  1. SIFT

    0下载:
  2. 运用sift特征点提取算法提取特征点,用matlab实现图像拼接。-Feature extraction algorithm using sift feature point extraction, using matlab image mosaic.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1677639
    • 提供者:jason
  1. image-mosaic

    1下载:
  2. 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:548688
    • 提供者:li
  1. Key_Technology_for_Image_Mosaics-

    0下载:
  2. 提出一种基于特征点的运动场景图像拼接算法。基于相似变换消除选取在运动物体上的特征点,并使用RANSAC算法进行外点的剔除。在融合阶段,根据齐次变换矩阵求得对2幅图像的差异图像,并执行区域增长算法。从而分割出运动区域。使用一种分段映射算法生成全景图像。实验证明了算法的有效性。-A feature-based algorithm for image mosaics of 8c宅Iles with moving objects is pI.oposcd.The algorithm eliminates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:330095
    • 提供者:紫烟
  1. code

    0下载:
  2. SIFT算子检测特征点RANSAC算法优化完成图像拼接-SIFT feature point detection operator RANSAC algorithm optimization of image stitching
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:564692
    • 提供者:min
  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. harris-ncc-ransac

    0下载:
  2. 用于特征点匹配的图像拼接算法,包括harris算法,NCC算法以及RANSAC算法-For matching feature points of image matching algorithm, including the Harris algorithm, NCC algorithm and RANSAC algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:270450
    • 提供者:刘江明
  1. SIFT

    0下载:
  2. sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15177537
    • 提供者:benzhi
  1. SURF-based-image-stitching

    5下载:
  2. SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
  3. 所属分类:Special Effects

    • 发布日期:2015-05-08
    • 文件大小:2070528
    • 提供者:马丁
  1. ImageCompare

    0下载:
  2. 进行图像对比,采用提取特征点Harris角点的方式来匹配拍摄角度不一样的图片,可以完成图片的融合、拼接以及识别工作。-To compare the difference of the images via harris detector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6069
    • 提供者:wangbo
  1. tuxiangpinjie

    0下载:
  2. 基于尺度不变特征点的图像拼接技术,能对各部分的处理结果进行优化-Image Stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:362074
    • 提供者:Lee
  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. 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. SIFT_stitching

    0下载:
  2. 输入两幅图像,查找SIFT特征点,显示两张图的匹配点,并对图形进行拼接,效果不错。-Enter the two images, find SIFT feature point matching point display two graphs, graphics stitching, good results.
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:972611
    • 提供者:saltfoto
  1. image-mosaic.doc

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

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

    2下载:
  2. 基于相位相关和基于尺度不变特征点的图像拼接算法matlab源程序代码-phase correlation and feature point scale based on Invariant scale image stitching algorithm matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2016-05-18
    • 文件大小:360448
    • 提供者:王红利
  1. mosaic

    0下载:
  2. 图像拼接,将两幅图像拼接在一起,不同像素不同大小,基于特征的方法,手动提取特征点-Image stitching, stitching together the two images, different pixel sizes, feature-based approach, the manual extracting feature points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:feiniao
  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. Surf-based-image-mosaic

    0下载:
  2. 基于surf的图像拼接技术包括三大部分:特征点提取与匹配,图像配准,图像合成。-Surf image stitching technology based include three parts: the feature point extraction and matching, image registration, image synthesis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:359105
    • 提供者:邱煌奥
« 1 2 3 4 56 »
搜珍网 www.dssz.com