搜索资源列表
GeoMatch_src
- 基于边沿信息的几何模板匹配 fdfd df -edge base template match
模板匹配
- 利用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.
find_obj
- 利用模板匹配原理,用一本书为模板,在一堆书籍里找出此模板本身-Using the template matching principle, with a book is the template, discovers this template itself in pile of books
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
max_area
- 模板匹配,应用了OPENCV函数,作为初学的参考-Template matching, the application of OPENCV function, as a reference for beginners
模板匹配
- 基于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
GeoMatch_src
- 图像模板匹配,基于梯度向量点积,处理模板图像与搜索图像,寻找最佳匹配得分点(Image template matching based on gradient vector product)
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度