搜索资源列表
-
0下载:
利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
-
-
0下载:
Opencv写的模板匹配程序,可以在一幅大图中搜索其中的一部分图像。-Search part of the image the Opencv write template matching program, you can in a big figure.
-
-
0下载:
This code demonstrate how to do fast template matching using opencv
-
-
0下载:
一个基于OpenCV+VC的模板匹配程序,速度还可以,能匹配一些模板-OpenCV+ VC a template-based matching procedure, the speed can also be able to match the number of templates
-
-
0下载:
模板匹配,应用了OPENCV函数,作为初学的参考-Template matching, the application of OPENCV function, as a reference for beginners
-
-
0下载:
This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib.
The algorithm showcased in the source code is about template matching and object recog
-
-
0下载:
template matching using opencv -template matching using opencv zzzz
-
-
0下载:
基于opencv的模板匹配的源代码 希望对大家的学习有帮助-Opencv-based template matching of source code we want to help learning
-
-
0下载:
opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
-
-
0下载:
手检测 opencv实现的手检测 采用了模板匹配和肤色检测方法。-Hand detection opencv hand detection using template matching and skin color detection method.
-
-
0下载:
OpenCv ORB算法 特征点匹配 模板图片跟视频进行匹配-OpenCv ORB feature point matching algorithm with the video image template matching
-
-
0下载:
opencv模板匹配小练习,适合初学者,有助于理解匹配-opencv template matching little practice, suitable for beginners, help to understand the match
-
-
0下载:
vs2010下的关于opencv的模板匹配包括模板匹配的阈值-template matching on the opencv under vs2010 include template matching threshold
-
-
2下载:
基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。-Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.
-
-
0下载:
首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。
将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
-
-
0下载:
通过标准形状的车牌作为模板,匹配车辆上的车牌,并框出车辆上的车牌。(Through the standard shape of the license plate as a template, matching the license plate on the vehicle, and frame the license plate on the vehicle.)
-
-
0下载:
模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
-
-
1下载:
基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
-
-
0下载:
模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
-
-
0下载:
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
-