- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 45字
- 2021-07-02 12:07:09
Installing OpenCV on Linux
Ensure you have installed NumPy. To install NumPy, enter the following:
$ pip3 install numpy
Then install OpenCV:
$ pip3 install opencv-contrib-python
Additionally, we can install Matplotlib, which is a Python plotting library that produces quality figures:
$ pip3 install matplotlib
推薦閱讀
- 移動UI設(shè)計(微課版)
- Dependency Injection in .NET Core 2.0
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- MATLAB實用教程
- 嚴(yán)密系統(tǒng)設(shè)計:方法、趨勢與挑戰(zhàn)
- C語言程序設(shè)計
- Mastering Business Intelligence with MicroStrategy
- JBoss:Developer's Guide
- Raspberry Pi Robotic Projects(Third Edition)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- Android初級應(yīng)用開發(fā)
- Android應(yīng)用程序設(shè)計
- C Primer Plus(第6版)中文版【最新修訂版】
- Elastix Unified Communications Server Cookbook
- C語言編程魔法書:基于C11標(biāo)準(zhǔn)