搜索资源列表
An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.
- 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
HalconMatch
- 这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。-This is my written a source code based on HALCON shape matching, recognition rate is relatively high, the template off any produce.
Gavrila
- 经典gavrila行人检测论文集 介绍了基于形状模板匹配的行人检测算法和改进-human detection
Shape
- 针对常见的几何形状匹配算法对目标遮挡较为敏感, 提出了一种基于角点匹配的几何形 状定位。 该方法首先根据边缘曲率提取图像的角点, 然后采用基于改进的投票策略的角点匹配算法对检测图与模板图进行匹配, 最后通过 Ransac算法去除错匹配。 实验表明, 该算法定位效果良好,有效地解决了目标部分遮挡问题。-A noval geometry shape position algo rithm based on point feature matching is proposed to solve t
face-recognition
- 人脸检测方法主要有基于知识的方法、特征不变方法、模板匹配方法、基于外观的方法;脸部特征定位方法分为基于先验知识、几何形状、色彩、外观和关联信息等五类;人脸表情识别方法分为基于几何特征的识别方法,基于整体的识别方法,基于模型的识别方法,基于模板的识别方法。-Face detection methods are mainly based on knowledge of the method, the characteristics of constant method, template match
shape-matching
- 基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。-Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.
temp
- 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
主流的人脸识别技术
- 主流的人脸识别技术基本上可以归结为三类,即:基于几何特征的方法、基于模板的方法和基于模型的方法。 1. 基于几何特征的方法是最早、最传统的方法,通常需要和其他算法结合才能有比较好的效果; 2. 基于模板的方法可以分为基于相关匹配的方法、特征脸方法、线性判别分析方法、奇异值分解方法、神经网络方法、动态连接匹配方法等。 3. 基于模型的方法则有基于隐马尔柯夫模型,主动形状模型和主动外观模型的方法等。(The mainstream face recognition technology can