会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangyaning
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
22
23
24
25
26
27
28
29
30
···
36
下一页
2014年12月10日
OpenCV meanshift 图像分割代码
摘要: 参考:这个帖子的主要代码有错误,根据回帖改了一些http://www.cnblogs.com/tornadomeet/archive/2012/06/06/2538695.html// meanshift.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"// mea...
阅读全文
posted @ 2014-12-10 10:55 wangyaning
阅读(2766)
评论(0)
推荐(0)
2014年12月2日
OpenCV图片矩阵操作相关,对png图片操作(多通道)
摘要: 文献链接: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
阅读(703)
评论(0)
推荐(0)
2014年11月25日
python实现博客自动刷点击脚本
摘要: #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
阅读(1250)
评论(0)
推荐(0)
2014年11月23日
OpenGL OpenCV根据视差图重建三维信息
摘要: 代码如下:// 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
阅读(2316)
评论(0)
推荐(0)
2014年11月22日
快速select算法的实现
摘要: 代码来自: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
阅读(613)
评论(0)
推荐(0)
c语言部分库函数,代码实现,以及细节理解
摘要: 代码来自: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
阅读(208)
评论(0)
推荐(0)
2014年11月18日
win7 64位系统,vs2010下配置OpenGL开发环境
摘要: 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
阅读(914)
评论(0)
推荐(0)
2014年11月16日
OpenCV stereo matching 代码 matlab实现视差显示
摘要: 之前在网上也没有现成的代码,现在把库中的sample拿出来,分享下结合大牛的博客,好好学习下:http://blog.csdn.net/chenyusiyuan/article/details/5967291/* * stereo_match.cpp * calibration * * Cre...
阅读全文
posted @ 2014-11-16 22:47 wangyaning
阅读(2046)
评论(0)
推荐(0)
2014年11月15日
OpenCV分通道显示图片,灰度,融合,直方图,彩色直方图
摘要: 代码有参考跟整合:没有一一列出出处// split_rgb.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include "opencv2/core/core.hpp"#include "opencv2/highgui/hig...
阅读全文
posted @ 2014-11-15 22:44 wangyaning
阅读(408)
评论(0)
推荐(0)
2014年11月13日
kmp算法代码
摘要: 代码来自: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
阅读(221)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
36
下一页
公告