- 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
推薦閱讀
- JavaScript全程指南
- 簡單高效LATEX
- 劍指JVM:虛擬機實踐與性能調優
- Full-Stack Vue.js 2 and Laravel 5
- Full-Stack React Projects
- Mastering Apache Spark 2.x(Second Edition)
- C#程序設計
- Learning Python Design Patterns
- 數據結構案例教程(C/C++版)
- Hands-On Full Stack Development with Go
- 零基礎入門學習Python(第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- SQL 經典實例
- Drupal Search Engine Optimization
- PHP動態網站開發實踐教程