图像处理
文章平均质量分 78
kangjiarong
好学
展开
-
opencv1.0 vc6.0 视频获取显示程序调试经验
fatal error C1010: unexpected end of file while looking for precompiled header directive在编译VC++6.0是,出现fatal error C1010: unexpected end of file while looking for precompiled header directive原创 2014-04-16 21:54:13 · 804 阅读 · 0 评论 -
图像二值化算法
/************************************************************************* * * 函数名称: * ThresholdDIB() * * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth -转载 2014-04-09 14:34:53 · 734 阅读 · 0 评论 -
opencv的二值化
// test_instaill.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "cv.h"#include "highgui.h"#include "cxcore.h"//图像的二值化 //By MoreWindows (http原创 2014-04-10 21:55:34 · 914 阅读 · 0 评论 -
opencv视频获取显示代码问题和调试
// kkk_install.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include int main( int argc, char** argv ) {原创 2014-04-11 17:45:24 · 809 阅读 · 0 评论 -
OpenCV2.2无法打开摄像头的解决办法
OpenCV2.2无法打开摄像头的解决办法 完成了对OpenCV2.2运行环境的配置,迫不及待地想试一下利用OpenCV进行摄像头视频采集的功能,例程来自OpenCV中文网的《读视频文件和运动物体检测》: /************************************************** * 背景建模,运动物体检测 * ***********转载 2014-04-11 22:07:47 · 2987 阅读 · 1 评论