摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include <cv.h>#include <stdio.h>#include <stdlib.h>int main(){CvPoint Point1=cvPoint(300,200);CvPoint2D32f Point2 = cvPoint2D32f(200.0,240.0);CvPoint2D... 阅读全文
posted @ 2012-06-30 08:06 gnuhpc 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 作者: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 阅读(3985) 评论(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 阅读(2142) 评论(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 阅读(4209) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Every day I remind myself that my inner and outer life are based on the labors of other men, living and dead, and that I must exert myself in order... 阅读全文
posted @ 2012-04-13 23:42 gnuhpc 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Imagination is the ability to form a mental image of something that is not perceived through the senses. It is the ability of the mind to build men... 阅读全文
posted @ 2012-04-12 23:38 gnuhpc 阅读(1615) 评论(0) 推荐(0) 编辑
摘要: There’s a great song out there by Jimmy Cliff, one of reggae’s top artists, that in six words summarizes just how you succeed in life: I want I do I get. These six words are a very powerful way of c... 阅读全文
posted @ 2012-04-12 23:18 gnuhpc 阅读(1214) 评论(0) 推荐(0) 编辑