Hello I want to use opencv(or opencv3 any one of them) for my project. I have tried many videos on youtube to how to install opencv on ubuntu 16.04 but I am facing different issues in installing, can someone please give me a complete step-wise guide to how to install opencv on ubuntu 16.04. Thank you in advance for your kind help.
According to this source, from Ubuntu 16.04, you can now install OpenCV for Python2.7 as follows:
pip install opencv-python
or for python3:
pip3 install opencv-python
For anyone who is here looking for opencv for Ubuntu 20.04
sudo apt install libopencv-dev
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With