07 2012 档案
摘要:Home What makes a home? Love, sympathy and confidence. It is a place where kindly affections exist among all the members of the family. The parents take good care of their children, and the ch...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Active Play or Passive Entertainment Our diurnal(adj. 白天的;每日的) entertainment is divided into two phases, as distinct as day and night. We call them...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ My l4-year-old son, John, and I spotted the coat simultaneously. It was hanging on a rack at a secondhand clothing store in Northampton Mass, crammed...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ A good companion is better than a fortune, for a fortune cannot purchase those elements of character which make companionship a blessing. The b...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ “When we are no longer able to change a situation, we are challenged to change ourselves.” ~Victor Frankl Sometimes I think that if I could chan...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Tucked(vt. 盘) away in our subconsciousness is an idyllic vision. We see ourselves on a long trip that spans the continent. We are traveling by tr...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include <stdlib.h>#include <stdio.h>#include <math.h>#include "cv.h"#include "highgui.h"int main(int argc,char *argv[]){ IplImage *img = 0; int h...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "highgui.h"#include <stdio.h>void PrintMat(CvMat *A);//显示矩阵void GenRandn(CvMat *arr,int seed);//生成正态分布的随机矩阵void GenRand(CvMat *a...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ /************************************************** * 背景建模,运动物体检测 * **************************************************//************************...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include <cvcam.h>#include <cv.h>#include <highgui.h>#include <stdio.h>#include <windows.h>int main(void){ int ncams =cvcamGetCamerasCount(); HWND...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "highgui.h"#include "cv.h"#include "cxcore.h"#include <iostream>#include <iomanip>using namespace std;int main(void){ CvMat *mat=cvCreate...
阅读全文
摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "highgui.h"#include "cv.h"#include <iostream>#include <iomanip>using namespace std;int main(void){ int i=0; int mode = CV_RETR_CCOMP;//设置...
阅读全文