
OpenCV
ding_net
--###@#@@@@@@@@@@@#@#
展开
-
图像绘制功能
图像绘制功能 view plaincopy to clipboardprint?/* 功能:展示OpenCV的图像绘制功能 */ #include "stdafx.h" #include "cv.h" #include "highgui.h" #include #include #define NUMBER 1转载 2011-06-22 23:23:00 · 757 阅读 · 0 评论 -
提取图片中任意形状的区域
提取图片中任意形状的区域 http://www.cnblogs.com/saintbird/archive/2008/10/27/1305003.html正在做一个基于内容的图像检索项目,客户要求可以让用户提取图片上的任意形状的子图作为输入。为了实现这个功能,花了不少精力,中间绕了不少圈子。现在问题总算解决了,把主要的思路记录一下,希望能帮到有同样需求的朋友。转载 2011-06-23 17:05:00 · 1067 阅读 · 0 评论 -
OpenCV在VC++2008 Express中的一个可恶错误!
OpenCV在VC++2008 Express中的一个可恶错误!昨天装OpenCV,首先下载了VC++ 2010 Express,结果出现错误,无奈看到有VC++ 2008的详细安装向导解释,于是又安装了2008,结果还是总出现下面的错误:===================================================================1>-转载 2011-06-22 23:21:00 · 613 阅读 · 0 评论 -
图像的像素点操作
图像的像素点操作 view plaincopy to clipboardprint?/* 功能:读入图像文件,做图像反转,然后显示图像在屏幕上 */ #include "stdafx.h" #include #include #include #include #include int main(i转载 2011-06-22 23:22:00 · 1450 阅读 · 0 评论 -
文件的保存
文件的保存 view plaincopy to clipboardprint?/* 功能:图像格式的转换,学习文件的保存 */ #include "stdafx.h" #include #include #include int main( int argc, char** argv ) { IplI转载 2011-06-22 23:23:00 · 576 阅读 · 0 评论 -
对视频流进行边缘检测
对视频流进行边缘检测 http://blog.youkuaiyun.com/superdont/archive/2010/09/27/5910270.aspxview plaincopy to clipboardprint?/* 功能:从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。 */ #include "stdafx.h"转载 2011-06-22 23:25:00 · 1278 阅读 · 1 评论 -
在VS2008下使用OpenCV的方法 ——附图说明非常详细
在VS2008下使用OpenCV的方法2009-04-05 12:43【转】http://hi.baidu.com/guo_1017/blog/item/4126c9d22af047d7a8ec9a81.html安装所需要的软件[编辑]安装VC++ 2008 ExpressVisual C++ Express是微软推出的一款免费集成开发环转载 2011-06-23 00:26:00 · 687 阅读 · 0 评论