搜索资源列表
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.
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)