图像处理
文章平均质量分 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 · 844 阅读 · 0 评论 -
图像二值化算法
/************************************************************************* * * 函数名称: * ThresholdDIB() * * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth -转载 2014-04-09 14:34:53 · 778 阅读 · 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 · 960 阅读 · 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 · 844 阅读 · 0 评论 -
OpenCV2.2无法打开摄像头的解决办法
OpenCV2.2无法打开摄像头的解决办法 完成了对OpenCV2.2运行环境的配置,迫不及待地想试一下利用OpenCV进行摄像头视频采集的功能,例程来自OpenCV中文网的《读视频文件和运动物体检测》: /************************************************** * 背景建模,运动物体检测 * ***********转载 2014-04-11 22:07:47 · 3058 阅读 · 1 评论
分享