上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页
摘要: 作者: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... 阅读全文
posted @ 2012-07-21 18:29 gnuhpc 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 作者: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... 阅读全文
posted @ 2012-07-21 18:23 gnuhpc 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 作者: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... 阅读全文
posted @ 2012-07-02 22:56 gnuhpc 阅读(4907) 评论(0) 推荐(0) 编辑
摘要: 作者: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... 阅读全文
posted @ 2012-07-02 22:53 gnuhpc 阅读(3765) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ /************************************************** * 背景建模,运动物体检测 * **************************************************//************************... 阅读全文
posted @ 2012-07-02 22:50 gnuhpc 阅读(4442) 评论(0) 推荐(0) 编辑
摘要: 作者: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... 阅读全文
posted @ 2012-07-02 22:47 gnuhpc 阅读(4056) 评论(1) 推荐(0) 编辑
摘要: 作者: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... 阅读全文
posted @ 2012-07-02 22:45 gnuhpc 阅读(2438) 评论(0) 推荐(0) 编辑
摘要: 作者: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;//设置... 阅读全文
posted @ 2012-07-02 22:43 gnuhpc 阅读(15899) 评论(1) 推荐(4) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "highgui.h"#include "cv.h"#include <iostream>#include <iomanip>using namespace std;#define thickness 2//线条粗细#define line_type CV_AA//抗锯型直线int m... 阅读全文
posted @ 2012-06-30 20:55 gnuhpc 阅读(1258) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ /**************提取模式. CV_RETR_EXTERNAL - 只提取最外层的轮廓 CV_RETR_LIST - 提取所有轮廓,并且放置在 list 中 CV_RETR_CCOMP - 提取所有轮廓,并且将其组织为两层的 hierarchy: 顶层为连通域的外围边界,次层为洞的内层边界。... 阅读全文
posted @ 2012-06-30 20:53 gnuhpc 阅读(4247) 评论(0) 推荐(1) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页