搜索资源列表
GeoMatch_src
- 基于边沿信息的几何模板匹配 fdfd df -edge base template match
opencvDigitRecognize
- 基于opencv的数字识别系统,能通过模板准确识别数字-Opencv-based digital identification systems, accurate identification numbers through a template
Template_traker
- 基于opencv实现模板的跟踪,实践表明,可以取得很好的跟踪效果。-Template-based tracking opencv realized, practice has shown that you can get good tracking results.
模板匹配
- 利用OPENCV进行的模板匹配小程序,初步了解匹配原理
opencv-SIFT
- 利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
video-monitor
- 基于OpenCV的智能视频监控设计, 文中介绍了opencv中的运动模板检测方法, 并给出了使用该检测方法来对运动目标进行 检测、跟踪与智能判断的实验结果。-Based on the video monitor OpenCV intelligent design
beijingfenli
- 基于opencv实现图像的背景分离,对于模板匹配特别有效-opencv
GuassFilter
- 基于openCV实现的高斯滤波程序,开发环境是VC6.0,可以自适应的修改模板大小-OpenCV based implementation of the Gauss filter procedure, the development environment is VC6.0, can be adaptive to modify the template size
motempl
- 计算运动历史图像的实例:采用运动模板检测,包括运动分割-Examples of calculation of Motion History Image: A campaign template detection, including the motion segmentation
find_obj
- 利用模板匹配原理,用一本书为模板,在一堆书籍里找出此模板本身-Using the template matching principle, with a book is the template, discovers this template itself in pile of books
cvMatchTemplatePcvMinMaxLoc
- 一个基于OpenCV+VC的模板匹配程序,速度还可以,能匹配一些模板-OpenCV+ VC a template-based matching procedure, the speed can also be able to match the number of templates
模板匹配
- 基于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)
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)
GeoMatch
- halcon轮廓模板匹配原理,该文件是印度的一位工程师贡献的。(The principle of Halcon contour template matching is contributed by an engineer in India.)
旋转模板匹配
- 适用于OpenCV的模板匹配,可以用于检测物品有旋转的情况,旋转精度为0.1度