Answers for "ubuntu install opencv python3"

0

install opencv apt

sudo apt install libopencv-dev
Posted by: Guest on January-24-2021
0

python install opencv

# install any one of them to avoid conflicts
# I prefer 2nd one
pip install opencv-python
pip install opencv-contrib-python

# for linux, you may have two python version on your pc
# so - 
pip3 install opencv-contrib-python
Posted by: Guest on November-27-2021

Python Answers by Framework

Browse Popular Code Answers by Language