OpenCV图像模板匹配程序

时间:2014-03-13 09:56:11
【文件属性】:

文件名称:OpenCV图像模板匹配程序

文件大小:2KB

文件格式:ZIP

更新时间:2014-03-13 09:56:11

Opencv 机器视觉 模板匹配

TemplateMatching 1.0 Author: Nashruddin Amin Website: http://www.nashruddin.com Requirements 1. C compiler. I recommend gcc. For windows platform it is available at http://www.mingw.org 2. OpenCV, freely available at http://www.sourceforge.net/projects/opencvlibrary Compile 1. Extract the package to any directory 2. Open Makefile and change the line OPENCV_DIR = C:\OpenCV to the directory where you install OpenCV. 3. Open a console and go to the directory where you extracted the package. Type: make to compile. And type: template_matching