filmov
tv
How to Install OpenCV Python on Windows
Показать описание
In this video, I am going to show How to Install OpenCV Python on Windows. We just need to follow some important steps to install OpenCV Python on Windows. This tutorial is For Beginners who want to learn How to Install OpenCV Library.
1. Command to Install OpenCV
pip install opencv-python
2. Command to test OpenCV Installation
python
import cv2 as cv
print(cv.__version__)
Get more details about How to Install OpenCV Python
Best Wishes
1. Command to Install OpenCV
pip install opencv-python
2. Command to test OpenCV Installation
python
import cv2 as cv
print(cv.__version__)
Get more details about How to Install OpenCV Python
Best Wishes