- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 35字
- 2021-07-02 12:07:09
Installing OpenCV on Windows
Ensure you have installed NumPy. To install NumPy, enter the following:
$ pip install numpy
Then install OpenCV:
$ pip install opencv-contrib-python
Additionally, we can install Matplotlib:
$ pip install matplotlib
推薦閱讀
- Learning Neo4j
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Learn TypeScript 3 by Building Web Applications
- Spring Boot開發(fā)與測(cè)試實(shí)戰(zhàn)
- Android開發(fā)精要
- Mastering SVG
- Python數(shù)據(jù)分析(第2版)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Windows Presentation Foundation Development Cookbook
- Apex Design Patterns
- Teaching with Google Classroom
- 青少年信息學(xué)競(jìng)賽
- Arduino Wearable Projects
- Mastering PowerCLI
- Learning D3.js 5 Mapping(Second Edition)