摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "cxcore.h"#include "highgui.h"int main(int argc, char **argv){IplImage *pImg =NULL;IplImage *pCannyImg =NULL;if((argc == 2)&&(pImg = cvLoadImage(argv[1],0))!=0){pCannyImg =cvCreateImage(cvGetSiz 阅读全文
posted @ 2012-06-28 21:48 gnuhpc 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "highgui.h"#include <math.h>int main(int argc,char * argv[]){IplImage* src = /blog.armyourlife.info/0;IplImage* dst = 0;double s... 阅读全文
posted @ 2012-06-28 21:46 gnuhpc 阅读(3986) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "cxcore.h"#include "highgui.h"#include int main(int argc, char **argv){CvPoint center;//定义一个二维坐标的点double scale = -3;int i,j;I... 阅读全文
posted @ 2012-06-28 21:43 gnuhpc 阅读(4428) 评论(1) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ /* 程序名:hello.c功能:从磁盘中读入图像文件,并将图像显示在屏幕上*/#include "cv.h"#include "highgui.h"int main( int argc, char** argv ){IplImage* pImg; //声明IplImage指针//载入图... 阅读全文
posted @ 2012-06-28 20:38 gnuhpc 阅读(2143) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Youth is not a time of life; it is a state of mind; it is not a matter of rosy(adj. 蔷薇色的,玫瑰红色的;美好的;乐观的;涨红脸的) cheeks, red lips and supple(supple ['s?pl]柔... 阅读全文
posted @ 2012-06-28 08:14 gnuhpc 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Universities and Their Function By Alfred North Whitehead The justification for a university is that it preserves the connection between knowle... 阅读全文
posted @ 2012-06-28 08:11 gnuhpc 阅读(4214) 评论(0) 推荐(0) 编辑