上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页
摘要: 参考:这个帖子的主要代码有错误,根据回帖改了一些http://www.cnblogs.com/tornadomeet/archive/2012/06/06/2538695.html// meanshift.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"// mea... 阅读全文
posted @ 2014-12-10 10:55 wangyaning 阅读(2754) 评论(0) 推荐(0) 编辑
摘要: 文献链接:http://www.cnblogs.com/tornadomeet/archive/2012/12/26/2834336.html下面这个高手,写了个小程序我还没有调试,回头 调试看看http://blog.csdn.net/u013097499/article/details/3001... 阅读全文
posted @ 2014-12-02 22:12 wangyaning 阅读(694) 评论(0) 推荐(0) 编辑
摘要: #A Auto-Visit Web Site Toolimport urllibimport timeimport randomprint "Auto Click the WebPage for Click-Num..."for i in range(30): fs = urllib.urlo... 阅读全文
posted @ 2014-11-25 22:08 wangyaning 阅读(1234) 评论(0) 推荐(0) 编辑
摘要: 代码如下:// disparity_to_3d_reconstruction.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//Huang,Haiqiao coded on Dec.2009代码出处://http://www.opencv.org.cn/forum... 阅读全文
posted @ 2014-11-23 15:19 wangyaning 阅读(2295) 评论(0) 推荐(0) 编辑
摘要: 代码来自:http://blog.csdn.net/v_JULY_v算法思想:// Quick_select.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;const int num_ar... 阅读全文
posted @ 2014-11-22 21:51 wangyaning 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 代码来自:http://blog.csdn.net/v_JULY_v//得9 分//为了实现链式操作,将目的地址返回,加2 分!char * strcpy( char *strDest, const char *strSrc ){assert( (strDest != NULL) && (strSr... 阅读全文
posted @ 2014-11-22 21:32 wangyaning 阅读(198) 评论(0) 推荐(0) 编辑
摘要: glut下载地址: http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip或者:http://user.xmission.com/~nate/glut.html1. 把解压得到的glut.h放到"C:\Program Fil... 阅读全文
posted @ 2014-11-18 16:19 wangyaning 阅读(901) 评论(0) 推荐(0) 编辑
摘要: 之前在网上也没有现成的代码,现在把库中的sample拿出来,分享下结合大牛的博客,好好学习下:http://blog.csdn.net/chenyusiyuan/article/details/5967291/* * stereo_match.cpp * calibration * * Cre... 阅读全文
posted @ 2014-11-16 22:47 wangyaning 阅读(1992) 评论(0) 推荐(0) 编辑
摘要: 代码有参考跟整合:没有一一列出出处// split_rgb.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include "opencv2/core/core.hpp"#include "opencv2/highgui/hig... 阅读全文
posted @ 2014-11-15 22:44 wangyaning 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 代码来自:http://blog.csdn.net/v_JULY_v#include "StdAfx.h"#include using namespace std;void GetNextval(char* p, int* next){ int pLen = strlen(p); next[0] =... 阅读全文
posted @ 2014-11-13 22:52 wangyaning 阅读(216) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页