您好,欢迎光临本网站![请登录][注册会员]  
文件名称: OpenCV图像模板匹配程序
  所属分类: C
  开发工具:
  文件大小: 2kb
  下载次数: 0
  上传时间: 2011-02-21
  提 供 者: mimi*****
 详细说明: 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 extracte d the package. Type: make to compile. And type: template_matching