摘要: 1.软件包清单: ·Visual Studio 2010 ·OpenCV 2.4.5:http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.5/ 2.安装过程: ·Visual Studio 2010 安装时时选择开发语言保留C和C++即可,可... 阅读全文
posted @ 2013-05-15 11:13 GuanHaoOnceMore2014 阅读(511) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2\core\core.hpp>#include<opencv2\highgui\highgui.hpp>#include<iostream>#include<vector>using namespace std;using namespace cv;//Add an icon to background image.int main(void){ Mat image... 阅读全文
posted @ 2013-05-15 10:47 GuanHaoOnceMore2014 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core/core2.cpp>#include<iostream>using namespace std;using namespace cv;int main(void){ Mat image=imread("img.jpg"); cout << image.size() << endl; return 0;} 阅读全文
posted @ 2013-05-15 10:08 GuanHaoOnceMore2014 阅读(69) 评论(0) 推荐(0) 编辑
分享到QQ空间