摘要: http://www.cnblogs.com/tornadomeet/archive/2012/12/26/2834336.html 前言 OpenCV中保存图片的函数在c++版本中变成了imwrite(),这应该是向matlab中图像处理的的一些函数风格靠近吧。保存图片这个功能还是很重要的,比如... 阅读全文
posted @ 2015-10-11 21:55 _海阔天空 阅读(38363) 评论(0) 推荐(0) 编辑
摘要: http://blog.163.com/yuyang_tech/blog/static/21605008320132642254689/一个小例子:#include "stdafx.h"#include using namespace std;using namespace cv;int _tmai... 阅读全文
posted @ 2015-10-11 21:17 _海阔天空 阅读(2953) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/epirus/archive/2012/06/04/2535190.html#include "stdafx.h"#include #include int main(){ int c; CTime time; IplImage *im... 阅读全文
posted @ 2015-10-11 20:33 _海阔天空 阅读(528) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/southernduck/archive/2012/11/23/2784966.html用VS2012调试一个控制台程序的时候,出现一下提示信息:“wrt2txt.exe”(Win32): 已加载“F:\Users\Young\Documents\vis... 阅读全文
posted @ 2015-10-11 20:28 _海阔天空 阅读(1333) 评论(1) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_686188ef0100klku.html#define是C语言中提供的宏定义命令,其主要目的是为程序员在编程时提供一定的方便,并能在一定程度上提高程序的运行效率,但学生在学习时往往不能 理解该命令的本质,总是在此处产生一些困惑,在编程时... 阅读全文
posted @ 2015-10-11 16:20 _海阔天空 阅读(3306) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/thefutureisour/article/details/7530177在网上看了许多关于OpenCV启动摄像头的资料,但是,都是基于C语言的,代码又臭又长,(其实主要是因为我学的OpenCV就是用C++的,C语言的基本数据结构不太熟悉),所以一直想找一... 阅读全文
posted @ 2015-10-11 11:27 _海阔天空 阅读(9247) 评论(1) 推荐(1) 编辑
摘要: http://blog.csdn.net/chaijunkun/article/details/6658923这是VS2010的改变,不能够在“工具-选项”中看到“VC++目录”了。 但是呢,我们可以在另外一个地方找到它,请看下边的对比照片。VS2008中:VS2010中:打开方式非常简单,选中工程... 阅读全文
posted @ 2015-10-11 07:45 _海阔天空 阅读(1056) 评论(0) 推荐(0) 编辑