搜索资源列表
MatchTemplate
- Opencv写的模板匹配程序,可以在一幅大图中搜索其中的一部分图像。-Search part of the image the Opencv write template matching program, you can in a big figure.
PicturesMatchTemplate
- 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
JavaOpenCVMatchTemplate_v0.5b_src
- opencv java 开发 手势识别简单应用tank-opencv java simple gesture recognition application development tank
opencv2.4.9Pvs2010-matchTemplate
- opencv2.4.9+vs2010 实现图像匹配,从原图中识别其中的某一部分 配好opencv可以直接运行。-opencv2.4.9+ vs2010 achieve image matching, which identified certain part with a good opencv can be run directly the original image.
MatchTemplate_Demo
- MatchTemplate sample
matchtemplate.cpp
- 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
temp
- 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
【84】模板匹配
- OpenCV 模板匹配,matchTemplate方法使用,实测非常不错 平方差匹配法(SQDIFF) 归一化平方差匹配法(SQDIFF NORMED) 相关匹配法(TM CCORR) 归一化相关匹配法(TM CCORR NORMED) 相关系数匹配法(TM COEFF) 归一化相关系数匹配法(TM COEFF NORMED)(OpenCV template matching, matchTemplate method used, the measurement is very
FastMatchTemplate
- opencv 实现快速模板匹配的方法,文档是实例(opencv Fast MatchTemplate)