搜索资源列表
mosaic
- SIFT是具有鲁棒性的特征点提取算法,本程序就是基于SIFT的图像拼接-SIFT is a robust feature point extraction algorithm, this procedure is based on the SIFT image stitching
SIFT
- sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
45398761sift
- 本代码是应用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
360_panorama
- 采用opencv库,实现柱面全景拼接,采用特征点匹配SIFT算法。-Using OpenCV library to achieve cylindrical panoramic stitching.
opencv-image-stich
- opencv实现图像拼接,vs2010 利用sift特征点和单应矩阵-Panorama Mosaicing using opencv vs2010
libpano13-2.9.19.tar
- 全景拼接程序 可找到图像中的特征点 通过特征点匹配 将多角度照片拼接起来形成全景照片- This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
Suaf-stitch
- 使用opencv完成图像拼接,使用suaf特征点匹配; 有详细的中文注释; 有中间过程(画出特征点、特征点匹配、旋转、曝光修正等); VS2012工程,使用的是opencv2.4.11; 注意重新配置工程关于opencv的信息;-Use opencv complete image stitching, using suaf matching feature points a detailed Chinese annotation an intermediate process
imagestitching
- 实现了图像的简单拼接。首先寻找特征点,然后计算描述子(特征向量),对寻找到的特征点进行匹配,并塞选匹配结果,然后计算透视 矩阵,将其中一幅图进行透视变换,然后将图片合成。对一些简单的图片比较有效。仅供参考学习。(Realize the simple stitching of the image. First, find the feature point, and then calculate the descr iptor (eigenvector), match the feature po
opencv3.2_SIFT+flann
- 本程序用于图像拼接,使用了SIFT特征点匹配,加上了加权融合算法去除了明暗接缝(This program is used for image stitching, using SIFT feature point matching and adding a weighted fusion algorithm to remove the bright and dark seams)
FasterSurf
- 一个图像拼接框架。切换注释与未注释代码可实现不同检测器与描述子的组合。默认使用SURF+BRIEF,通过预设重叠区域比例排除非重叠区域特征点的检测,提升特征点检测速度,减少误匹配。(An image stitching frame. The switching annotation and the non - annotated code can implement the combination of different detectors and descr iptors. Using SU
SURF探测器拼接两张图像以创建全景的openCV实现
- 基于SURF的图像拼接,全景图像筛选特征点,进行匹配刷选转换(Image mosaic based on SURF panoramic image filtering feature points matching selection switch)