What is libopencv-dev for?
I tried following the official tutorial on how to build and install openCV, but it fails: https://docs.opencv.org/master/d7/d9f...
Many other tutorials install:
sudo apt-get install libopencv-dev
Is libopencv-dev needed (the official tutorial does not mention it)? Out of desperation I am downloading the 350MB and installing it (my harddrive is only 20GB).
Are you using unbuntu?
Remove it:
Then install a new version:
If python:
Yes I am using Ubuntu 18.04 thanks, and planning to try c++ because apparently it faster. I tried googling what it is for but only found this: https://packages.ubuntu.com/xenial/li... "Development libraries", I'm guessing that's if you want to contribute to the source? So you don't need it if you are just using OpenCV?
is seems to be a outdated binary version of the opencv libs, provided from ubuntu
imho, you don't need it , and should not install it, if you want to build recent opencv from src