How I install open CV module of python in linux? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How I install open CV module of python in linux?

14th Jul 2020, 6:08 AM
LOKESH CHAUHAN
LOKESH CHAUHAN - avatar
2 Answers
+ 2
- run "pip install opencv-python" if you need only main modules - run "pip install opencv-contrib-python" if you need both main and contrib modules (check extra modules listing from [OpenCV documentation](https://docs.opencv.org/master/) ) Source 👇 https://pypi.org/project/opencv-python/
14th Jul 2020, 6:23 AM
Arsenic
Arsenic - avatar
0
pip install opencv-python
14th Jul 2020, 6:30 AM
Sandaros
Sandaros - avatar