上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页
摘要: 注:大写代表需要替换掉额 阅读全文
posted @ 2016-03-18 20:31 _DN 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Unable to locate package 解决办法: sudo apt get update 阅读全文
posted @ 2016-03-13 15:37 _DN 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-01 10:29 _DN 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 公式: 两个参数 \alpha > 0 和 \beta 一般称作 增益 和 偏置 参数。我们往往用这两个参数来分别控制 对比度 和 亮度 。 #include "stdafx.h" #include #include #include #include #include #include #include #include using namespace cv;... 阅读全文
posted @ 2015-11-13 13:36 _DN 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 带滚动条的线性混合示例: #include "stdafx.h" #include #include #include #include #include #include #in... 阅读全文
posted @ 2015-11-10 18:14 _DN 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 演示 :一个带有滚动条的播放视频的代码。 #include "stdafx.h" #include #include #include #include #include ... 阅读全文
posted @ 2015-11-10 10:52 _DN 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 演示:读取一个视频,然后播放,ESC退出。 #include"stdafx.h" #include #include #include #include #include usingnamespacecv; ... 阅读全文
posted @ 2015-11-10 00:30 _DN 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 演示:读入一张图片,并显示 #include"stdafx.h" #include #include #include #include #include usingnamespacecv; usingnamespacestd; ... 阅读全文
posted @ 2015-11-10 00:22 _DN 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.asp.net/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2 属性路由,attribute routing,是web api 2 提供的,而早期的称为约定路由, co 阅读全文
posted @ 2015-10-23 16:14 _DN 阅读(803) 评论(0) 推荐(0) 编辑
摘要: 译自:http://www.asp.net/web-api/overview/web-api-routing-and-actions/routing-and-action-selection 本文描述了ASP.NET Web API怎么将一个HTTP请求路由到控制器的指定方法上。 对于更高级别路由概览,请看 Routing in ASP.NET Web API。 本文看起来... 阅读全文
posted @ 2015-10-23 15:22 _DN 阅读(1564) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页