搜索资源列表
模板匹配
- 利用OPENCV进行的模板匹配小程序,初步了解匹配原理
opencv-SIFT
- 利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
beijingfenli
- 基于opencv实现图像的背景分离,对于模板匹配特别有效-opencv
multiple-target-template-match
- 本程序实现对多目标的模板匹配算法,采用OpenCV编写,-cvMatchTemplate OpenCV multiple target template match
MatchTemplate
- Opencv写的模板匹配程序,可以在一幅大图中搜索其中的一部分图像。-Search part of the image the Opencv write template matching program, you can in a big figure.
Temp
- 利用OpenCv已有的函数实现模板匹配,源图像中模板对应的位置画出标记框-Useing of OpenCv subsistent functions to accomplish templet matching arithmetic,in source picture corresponding position marks the pane(s)
cvMatchTemplatePcvMinMaxLoc
- 一个基于OpenCV+VC的模板匹配程序,速度还可以,能匹配一些模板-OpenCV+ VC a template-based matching procedure, the speed can also be able to match the number of templates
opencv-pipei
- opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
template_match
- opencv模板匹配小练习,适合初学者,有助于理解匹配-opencv template matching little practice, suitable for beginners, help to understand the match
静态手势识别
- 这是一篇硕士毕业论文的代码实现,包含PPT讲解,和演示操作视频,vs2010+opencv实现,采用模板匹配法进行手势识别,MFC界面。
opencv-template)
- vs2010下的关于opencv的模板匹配包括模板匹配的阈值-template matching on the opencv under vs2010 include template matching threshold
模板匹配
- 基于opencv的模板匹配算法,可以从一副大图中搜索出与模板相似度最高的部分(Template matching algorithm based on OpenCV, you can search from a large image of the highest similarity with the template part)
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
模板匹配
- 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
基于opencv的交通标志识别
- 基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
matchtemplate.cpp
- 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
模板匹配
- 自己用的模板匹配 ,自己拍个图片,把小的部分单独截出来(Match your own template, take a picture of yourself, and cut the small part out alone)
【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
match
- opencv学习笔记,基于vs2013和opencv3.2的单图像模板匹配(Single image template matching)
旋转模板匹配
- 适用于OpenCV的模板匹配,可以用于检测物品有旋转的情况,旋转精度为0.1度