Browsing index pages (4 articles)
↧
Installing OpenCV in Ubuntu 14.10
I'm trying to install OpenCV in Ubuntu 14.10 according to instruction.I installed all mentioned dependencies, but when I'm trying to run make I get such...
View ArticleAnswer by Hannes Ovrén for Installing OpenCV in Ubuntu 14.10
Unless you have special reasons I would suggest installing the OpenCV that are already in the Ubuntu repository: sudo apt-get install libopencv-devFor video codecs I suggest simply trying to install...
View ArticleAnswer by avtomaton for Installing OpenCV in Ubuntu 14.10
Installing OpenCV from the Ubuntu repositories is a good choice for the most cases, but sometimes you need build OpenCV from sources yourself.For example, if you need OpenCV's non-free functionality,...
View ArticleAnswer by Eugene for Installing OpenCV in Ubuntu 14.10
You can try to build without a ffmpeg:cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_FFMPEG=OFF ..makesudo make install
View Article
Browsing index pages (4 articles)