搜索资源列表
Face3DModel
- 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
match
- 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关 匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相 关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短. 在文件夹的图像搜索中实现了图像的快速匹配.
kuaisutuxiangpeipei
- 分析介绍了一种快速的图象特征匹配算法,介绍了其原理和方法
match.rar
- 图像匹配方法综述,pdf文件,刚开始学习图像匹配的可以参考,快速了解常见匹配算法,Image Matching Methods, pdf file, just started learning image matching can refer to quickly understand the common matching algorithm
test2eyes5
- 基于SIFT快速匹配算法,对障碍物进行检测,提取障碍物,双目测距等。能指出指定范围内的障碍物。-SIFT-based fast matching algorithm, obstacle detection, extraction of obstacles, such as binocular distance. Can point to obstacles within the specified range.
Ahighlyaccuratethree2stepsearch
- 由于基于块匹配的快速运动搜索算法中三步法的小运动估计效果较差,使其运动估计精度明显下降,还导致三步法缺乏良好的扩展性. 因此对三步法进行了改进,即在前两步总是将搜索步长减半继 续搜索.-As a result of block matching based on the rapid movement in the three-step search algorithm for motion estimation of small less effective so that it signi
program
- 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
imagestabilization2
- 提出一种基于特征模块匹配的图像稳定算发,该算法自适应地搜索图像特征模块进行后续稳像操作。在稳像过程中 ,提出一种图像特征匹配的快速算法。-Research and Implementation of Electronic Image Stabilization system
matlab_imagematching
- 基于灰度的归一化匹配算法; 基于灰度的快速模板匹配算法。 -Based on the normalized intensity matching Based on Gray' s fast template matching algorithm.
kmp
- KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
Bmsuanfa
- BM算法也是一种快速串匹配算法,BM算法与KMP算法的主要区别是匹配操作的方向不同。-BM algorithm is also a fast string matching algorithms, BM KMP algorithm and matching algorithm is the main difference between operating in a different direction.
jiyuSIFTtezhengmiaoshuzidelitipipeisuanfa
- 针对不同摄像头的监控视频序列, 提出了一种基于视频帧 SIFT ( Scale Invariant Feature Transform, 即尺度不变特征变换) 特征跟踪的拼接方法。通过 SIFT算法提取帧图像的特征, 并在跟踪的估计区域搜索匹配特征, 从而确定待整合帧之间的变换参数。实验结果表明, 该方法较好实现视频快速拼接, 且对重叠区域小、 形变大、 有运动物体遮挡的视频具有较强的鲁棒性。-Surveillance cameras for different video sequence
NCC-and-the-SSDA-based-feature-points-matching-the
- 基于NCC与SSDA的快速特征点匹配融合算法(图像匹配)-NCC and the SSDA-based feature points matching the rapid integration algorithm (matching)
randomized-contour-matching
- 一种对部分重叠的图像进行快速配准的方法,该方法是基于轮廓特征的随机匹配算法-Some overlapping images of a fast registration method, the method is based on random Matching Contour Feature
fastalgorithm
- 主要是针对景象匹配中矩特征计算量大、耗时时间长问题,提出了一种新的快速匹配算法。仿真效果良好。-Mainly in the moment features for scene matching large amount of calculation, time-consuming for a long time problem, we propose a new fast matching algorithm. Simulation results is good.
ssda
- ssda的一个算法matlab,一种快速匹配算法-ssda matlab
featurepoint
- 这是基于特征点的快速匹配算法,内容详细,值得参考!-This is based on feature points matching algorithm fast, detailed and worth considering!
-FastMatch-
- 毕业设计,图像快速匹配算法,cvpr,仿射变换-Fast-Match is a fast algorithm for approximate tem- plate matching under 2D affine transformations that min- imizes the Sum-of-Absolute-Differences (SAD) error mea- sure. There is a huge number of transformations to cons
mbschingscale
- 一种基于图像灰度的快速匹配算法,PDF格式的,不错的-A fast matching algorithm based on image gray scale, in PDF format, good
src
- 一种快速匹配的算法,实现在图像中以置信度来查找对象。(find objects in an image with a confidence percentage.)