
OpenCV
pdhhaha
道路曲折但前途光明
展开
-
ubuntu16.04 install OpenCV3.4 OpenCV_Contri
git clone https://github.com/Itseez/opencv.gitgit clone https://github.com/Itseez/opencv_contrib.gityou may wait for a while to download.install dependence:sudo apt-get install build-essentia...原创 2018-12-11 16:40:50 · 442 阅读 · 0 评论 -
使用opencv VideoCapture遇到问题:Unable to stop the stream: Inappropriate ioctl for device
使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device此问题由于未安装ffmpeg导致。sudo apt-get intall ffmpeg重新编译opecv即可。cd xx/opecv/buildrm -rf *cmake ../ ...原创 2018-08-22 14:54:25 · 12819 阅读 · 3 评论