搜索资源列表
基于openCV的药品检测程序,运用图像处理和模板匹配技术,实现药品质量检测
- 基于openCV的药品检测程序,运用图像处理和模板匹配技术,实现药品质量检测
Match.rar
- 利用OpenCV中的模板匹配来匹配模板和图片,找出图片中含有的模板图像,OpenCV in the use of template matching to match the templates and images, find images of template contains images
opencvmubanpipei
- opencv模板匹配,主要是cvMatchTemplate和cvMinMaxLoc。-opencv template matching, mainly cvMatchTemplate and cvMinMaxLoc.
模板匹配
- 利用OPENCV进行的模板匹配小程序,初步了解匹配原理
FNCC
- 用OPENCV开发的模板匹配 能进行匹配 并得出匹配的坐标位置-This software is used for template matching .We can get the coordinate .
beijingfenli
- 基于opencv实现图像的背景分离,对于模板匹配特别有效-opencv
PicturesMatchTemplate
- 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
openCVpulldetection
- 基于openCV的药品检测程序,运用图像处理和模板匹配技术,实现药品质量检测-based on openCV realize the detection of pull quality
handcapture
- OpenCV模板匹配的方法识别手势.-The file needs cvaux, which is not wrapped yet.
SSDA
- SSDA序贯相似性检测方法对图像进行模板匹配。从源图像中取小图,再到源图像中找到小图所处的位置。-SSDA sequential similarity detection method of the image template matching. Source image taken from the small map, to find a small map the source image position.
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)
Opencv-trace-algorithm
- 利用OpenCV进行模板匹配,后面可拓展为利用opencv寻迹算法(Template matching using OpenCV, and later can be expanded to use opencv tracing algorithm)
GeoMatch_src_
- 形状模板匹配,基于Opencv Mat 效果一般,仅供参考(Shape template matching, based on Opencv Mat)
模板匹配实例
- 模板匹配简单实例 可用于新手测试 与示范 用opencv实现(A simple template matching example can be used for the novice test and demonstration opencv implementation)
模板匹配
- 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(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)
模板匹配
- 自己用的模板匹配 ,自己拍个图片,把小的部分单独截出来(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