上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: http://blog.csdn.net/xiaowei_cqu/article/details/7557063 阅读全文
posted @ 2016-11-22 22:44 体育.委员 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 最近在将Karlsruhe Institute of Technology的Andreas Geiger发表在ACCV2010上的Efficent Large-Scale Stereo Matching代码仿真。Andreas提供的源码中没有使用opencv,导致我一时无法适应如何显示处理的中间结果 阅读全文
posted @ 2016-11-22 18:38 体育.委员 阅读(1573) 评论(0) 推荐(0) 编辑
摘要: 转载自http://blog.163.com/l1_jun/blog/static/14386388201123011841180/ 阅读全文
posted @ 2016-11-15 16:55 体育.委员 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: 数字图像处理中的形态学 转自:http://blog.csdn.net/sunny3106/archive/2007/08/15/1745485.aspx (摘自某文献,因为贴图的数目有限制,后面的公式图片没有能够上,电脑重装后文档已经找不到了,囧) 一 引言 数学形态学是一门建立在集论基础上的学科 阅读全文
posted @ 2016-11-13 23:30 体育.委员 阅读(3335) 评论(0) 推荐(2) 编辑
摘要: // 机器人.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h" IplImage * doPyrDown(IplImage* in, int filter = IPL_GAUSSIAN_5x5)//使用cvPyrDown()创建一个宽度和高度为输入图像一般尺寸的图 阅读全文
posted @ 2016-11-10 09:22 体育.委员 阅读(255) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" //实现将彩色图片转换成灰度图 int _tmain(int argc, _TCHAR* argv[]){ IplImage *image; //初始化保存原始图像 IplImage *result; //保存灰度图 image = cvLoadImage(" 阅读全文
posted @ 2016-11-10 09:16 体育.委员 阅读(399) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"//对一张图片进行二值化处理 IplImage *pSrclmg =NULL;//载入的图片IplImage *pDeclmg =NULL;//生成的图像 void onTrackerSlid(int thresth){ /*int i,j,k; //设置一个阈 阅读全文
posted @ 2016-11-10 09:14 体育.委员 阅读(524) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/kingstar158/article/details/6859379/ 阅读全文
posted @ 2016-11-09 13:24 体育.委员 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lyc_daniel/article/details/16883707 阅读全文
posted @ 2016-11-08 21:37 体育.委员 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 本词条缺少信息栏、名片图,补充相关内容使词条更完整,还能快速升级,赶紧来编辑吧! cvCreateCameraCapture,初始化从摄像头中获取视频,专业名词。 cvCreateCameraCapture,初始化从摄像头中获取视频,专业名词。 初始化从摄像头中获取视频 CvCapture* cvC 阅读全文
posted @ 2016-11-04 13:07 体育.委员 阅读(434) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页