搜索资源列表
stereo-maximum-flow-upload
- 关于一篇经典的立体匹配的文献的源代码。该文献的主要算法称为maximum flow。程序的使用说明在文件夹中。-on a stereo matching classic literature source. The document known as the maximum flow algorithm. Procedures for use in the folder.
agag
- 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现_图像增强,图像匹配,图像复员,图像变换,特
vc5图像采集 code
- 图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6.2 图像采集的 VC实现 6.3 常见图像采集卡的性能指标 6.4 图像采集系统应用... -image acquisition code matching motion estimation algorithm 5.2 Introduction typical motion estimation algorithm 5.3 motion
SIFT_VC_LOWE
- sift算法,纯c语言实现,运行环境vc6.0,对两幅图片进行特征提取和匹配!-sift algorithm, pure c language, operating environment vc6.0, pictures of the two feature extraction and matching!
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
TemplateMatch
- 自己做的一个图像采集和模板快速匹配软件,有几种不同的匹配算法进行对比-Own an image acquisition and fast template matching software, there are several different types of matching algorithms compare
coder
- 模板匹配算法代码,图像处理的很有用的一个算法。-Template matching algorithm code, an algorithm is very useful.
blossom5-v2.01.src.tar
- 基于文献“一种新的最小割完美匹配算法”的最小割匹配算法-An implementation of a minimum cost perfect matching algorithm described in Blossom V: A new implementation of a minimum cost perfect matching algorithm. Vladimir Kolmogorov. To appear in Mathema
featmatch
- matlab匹配的匹配算法,可以调节参数-matching matching matlab
colsift
- 颜色恒常性和sift特征算子相结合的算法,主要用于计算机视觉中的特征提取,匹配和识别等。-Characteristics of color constancy and sift algorithm combining operators, mainly for computer vision, feature extraction, matching and identification.
cs
- 包含经典的压缩感知重构算法,匹配追踪算法,正交匹配追踪算法等,有测试程序和测试图像,也有一维信号的测试范例。-This code include compressed sensing althorigm ,such as orthorginal matching pursuit, matching pursuit, and it also include examples ablout image and other signals.
point-matching
- 本算法用于实现角点匹配,速度较快,匹配的准确度也较高。-The algorithm for realizing the corner matching, faster, and higher degree of matching accuracy.
hu-xin-xi
- 图像的匹配,基于互信息的,其中包含一些优化的算法,对学习图像的有帮助。-Image matching, based on mutual information, which contains a number of optimization algorithms, learning image.
SIFT-VCPP
- SIFT特征匹配算法实现图像拼接,涉及具体算法-SIFT picture linking
BMA
- 相邻帧间求位差,通过位差预测目标帧,实现块匹配算法-Adjacent the interframe difference difference predicted target frame block matching algorithm
QPCCP
- 快速点匹配算法,香港理工大学zhanglei副教授,进行非刚体匹配时,速度很快,本人强烈推荐-Fast point matching algorithm zhanglei Hong Kong Polytechnic University associate professor of non-rigid matching, very fast, I strongly recommend
DigitRecog
- 图像模式识别实例,包括模板匹配算法、Bayes分类器、LMSE等。-Image pattern recognition examples, including template matching algorithm, Bayes classifier, LMSE, etc..
YODWT
- 数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告-Experiment of digital video technology, about the end of block matching algorithm matlab and experiment report,,
SIFT算法matlab
- SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合