- 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
推薦閱讀
- Advanced Quantitative Finance with C++
- JavaScript百煉成仙
- Progressive Web Apps with React
- Machine Learning with R Cookbook(Second Edition)
- OpenCV for Secret Agents
- 神經網絡編程實戰:Java語言實現(原書第2版)
- STM32F0實戰:基于HAL庫開發
- Learn React with TypeScript 3
- Java面向對象程序設計
- Python 3 數據分析與機器學習實戰
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Python趣味編程與精彩實例
- Instant GLEW
- 從零開始學Python大數據與量化交易
- Python物理建模初學者指南(第2版)