- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 35字
- 2025-04-04 14:41:17
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