搜索资源列表
三维模型与摄像头读取目标的位姿匹配
- 能实现三维模型与摄像头读取目标的位姿匹配,并使用Posit算法完成位姿校正-Able to read the target of three-dimensional model with the camera position and orientation matching, and use the Posit algorithm to complete the pose correction
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
FusionofMatchingAlgorithmsforHumanIdentificationUs
- 通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ray Radiographs》-Through X-ray photographs to identify different people
3DReconstruction
- 这是一篇博士论文,关于三位重构方法的研究,里面涉及到了各种重构的方法和优化算法比如,摄像机的标定,对应点的匹配,图像的与处理,去噪以及重构的方法。对很多研究三位重构的人非常有用!-This is a doctoral dissertation on the three Reconstruction Method, which involves the reconstruction of a variety of methods and optimization algorithms for ex
tuxiangchulijishumobanpipeisuanfa
- 图像处理技术 - 模板匹配算法 图像处理经典pdf版-Image processing technology- template matching algorithm image processing pdf version of the classic
ME
- 运动估计(包含七种算法),对于学习视频压缩的朋友来说很有用。-Me
SBOM
- SBOM算法源代码 多模式匹配算法请参考paper“Factor oracle of a set of words”-SBOM algorithm source code and more pattern-matching algorithm please refer to paper " Factor oracle of a set of words"
fenci
- 正向最大匹配算法分词,采用容器储存字典可提高一定的效率。-Forward Maximum Matching algorithm for word segmentation, using containers for storage dictionaries can improve a certain efficiency.
a
- 基于遗产算法的点匹配过程,希望对大家有所帮助(Point matching process based on inheritance algorithm, hope to be of help)
水波优化算法用于图像匹配matlab源码
- 水波优化算法解决图像匹配问题MATLAB源码(Water wave optimization algorithm to solve the image matching problem MATLAB source code)
ngram模型分词与统计算法
- N-Gram(有时也称为N元模型)是自然语言处理中一个非常重要的概念,通常在NLP中,人们基于一定的语料库,可以利用N-Gram来预计或者评估一个句子是否合理。另外一方面,N-Gram的另外一个作用是用来评估两个字符串之间的差异程度。这是模糊匹配中常用的一种手段。本文将从此开始,进而向读者展示N-Gram在自然语言处理中的各种powerful的应用。(N-Gram (sometimes referred to as N metamodel) is a very important concept
AC_CUDA_Close
- 用cuda实现多模式匹配算法AC算法的并行运算(Multiple pattern matching algorithm to implement in cuda parallel computing of AC algorithm using cuda implement multiple pattern matching algorithm to AC algorithm of parallel computing)
ac算法
- 多模式匹配AC 算法主要用于统计和匹配字符(The AC algorithm is used to count and match characters)
基于ORB算法的特征匹配
- 基于ORB算法的特征匹配,opencv,C++(matching based on ORB algorithm with opencv lib)
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index is the same and the value on
02211700StereoMatching
- hslogic,matlab代做,基于matlab的图片匹配算法的仿真(Hslogic, matlab generation, simulation of image matching algorithm based on MATLAB)
Boyer-Moore
- 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
dp匹配
- 利用dp算法计算图像匹配视差,本程序利用vs2013+opencv2.4.9编写。(The disparity of image matching is calculated by DP algorithm. This program is written by vs2013+opencv2.4.9.)
图论算法及其MATLAB程序代码
- 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth
SSD+SAD+NCC算法
- 立体匹配 计算机视觉 SSD+SAD+NCC算法(SSD+SAD+NCC algorithm)