2012年3月11日
摘要: #include<stdio.h>#include"cv.h"#include"highgui.h"int main(int argc,char** argv){ IplImage *img; IplImage *tpl; IplImage *res; CvPoint minloc, maxloc; double minval, maxval; /* check for arguments */ if(argc <3){ fprintf(stderr,"Usage: template_match <reference&g 阅读全文
posted @ 2012-03-11 22:17 leaving 阅读(658) 评论(0) 推荐(0)
摘要: 1. 下载mysql-5.5.15-linux2.6-i686.tar.gzhttp://www.mysql.com2. 配置文件夹tar -xfz mysql-5.5.15-linux2.6-i686.tar.gzmv mysql-5.5.15-linux2.6 ~/mysqlsudo ln -s ~/home/mysql /usr/local/mysql3. 配置linux用户以及文件夹属性sudo groupdadd mysqlsudo useradd -r -g mysql mysqlcd /usr/local/mysqlsudo chown -R mysql .sudo chgrp 阅读全文
posted @ 2012-03-11 22:14 leaving 阅读(327) 评论(0) 推荐(0)