OpenCV
文章平均质量分 52
Sacomplex
Keep Coding, Keep Learning.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WIN7 32bit + VS2012 下配置 OpenCV2.4.5
STEP 1 在 http://opencv.org/ 下载最新的 OpenCV2.4.5.exe;STEP 2 解压 OpenCV2.4.5.exe 到自定义位置,笔者解压到 D:\OpenCV\ 目录下;STEP 3 在VS2012中新建WIN32控制台应用程序,笔者在这里将程序名改为OpenCVT;STEP 4 在新建的程序菜单栏选原创 2013-07-03 19:26:11 · 1305 阅读 · 0 评论 -
OpenCV Error: Assertion failed (size.width>0 && size.height>0) in cv::imshow
在学习用OpenCV获取摄像头视频时,运行过程中出现中断异常:在终端中提示:OpenCV Error: Assertion failed (size.width>0 && size.height>0) in cv::imshow, file ..\..\..\..\opencv\modules\highgui\src\window.cpp, line 261原创 2015-03-04 21:49:38 · 15827 阅读 · 1 评论 -
Ubuntu 17.10 + OpenCV 3.4.0 源码编译安装配置(C++ 接口)
1、更新软件包sudo apt-get updatesudo apt-get upgrade2、安装依赖库# Remove any previous installations of x264sudo apt-get remove x264 libx264-dev # We will Install dependencies nowsudo apt-get install build-e...原创 2018-04-01 18:47:04 · 1348 阅读 · 0 评论
分享