搜索资源列表
运动员最佳匹配问题
- 数值算法中的运动员最佳匹配问题解法,比较经典的算法之一。-numerical algorithm of the best athletes matching method to compare the classical algorithm.
IMPROVEDHARRISCorner
- 经典的Harris角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。-classic Harris corner detection algorithm improved VC code, Gray can be used to extract image feature points for the match, motion estimation, optical flow, shape analysis.
IMPROVEDSUSANDETECT
- 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to match, the movement estimated
KM
- 图论当中的KM匹配算法,考虑到两个图大小不一的情况了,非常经典
FastTemplateMatchingWithPolynomials
- 多项式快速模板匹配的经典文章,推荐!《Fast Template Matching With Polynomials》-Fast template matching polynomial classic articles, recommended!
ImageMatchingviaSaliencyRegionCorrespondences
- 通过显著特征区域进行图像匹配的经典外文文章,强烈推荐-Through the salient features of the region to carry out the image matching the classic foreign-language articles, strongly recommend
FusionofMatchingAlgorithmsforHumanIdentificationUs
- 通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ray Radiographs》-Through X-ray photographs to identify different people
tuxiangchulijishumobanpipeisuanfa
- 图像处理技术 - 模板匹配算法 图像处理经典pdf版-Image processing technology- template matching algorithm image processing pdf version of the classic
tuxiangmobanpipei
- 图象的检测,模板匹配 图像处理经典pdf版-Image detection, template matching image processing pdf version of the classic
Direct
- 图像匹配,基于灰度的匹配的经典算法。模板特征很适合在此基础上机型扩展。-Image matching, based on the classic matching gray-scale algorithm. Template characteristics are suitable for use in this basis expansion models.
snake
- snake模型经典文章,后续的amm(主动形状匹配)模型就是根据sanke模型发展得到的-Article classic snake model, the follow-up amm (active shape matching) model is the model of development in accordance with the sanke
SIFT_VS
- 经典的sift分割匹配算法的实现 很有借鉴和指导意义,推荐新手使用-The classic matching algorithm to achieve segmentation sift a very useful reference and a guide is recommended to use for novice
PML_layer
- 介绍完全匹配层吸收边界的经典文献的翻译 适合研究人员参考-Descr iption perfectly matched layer absorbing boundary for the translation of the classic literature of Reference
NCC
- NCC立体匹配算法,实现立体匹配的经典算法-NCC stereo matching
songcanguanli
- 经典登录模块,带数据库检测验证,通过检索匹配,才可通过登录。-Classic logon module with database testing and certification, by retrieving matching only by logging.
K-match
- K-近似匹配,动态规划法。输入两个文本和编辑距离k,找出k以内的文本匹配情况。代码很短短,没有相当算法功底很难看懂。最好参考经典的算法设计书籍。-K-approximate matching, dynamic programming method. Two input text and edit distance k, find k within the text to match. The code is a short, not quite algorithms foundation is
mp-algorithm
- 一种经典的重构算法,正交匹配追踪算法,很受益,初学者享用-omp algorithm
omp-algorithm
- 一种经典的重构算法,正交匹配追踪算法,很受益,初学者享用-omp algorithm
Kmp
- 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
The-match-of-Player
- 经典算法设计问题,利用回溯法解决运动员匹配问题。-Classical algorithm designed to solve the problem of athletes match.