How to Install OpenCV on Windows 10 | OpenCV Python Installation Process

preview_player
Показать описание
OpenCV provides a real-time optimized Computer Vision library, tools, and hardware.To use OpenCV, we need to install it.

Step 1 − Make sure Python and pip is preinstalled on your system
Type the following commands in command prompt to check is python and pip is installed on your system.

To check Python
python --version
If python is successfully installed, the version of python installed on your system will be displayed.

To check pip
pip -V
The version of pip will be displayed, if it is successfully installed on your system.

Step 2 − Install OpenCV
OpenCV can be installed using pip. The following command is run in the command prompt to install OpenCV.

pip install opencv-python
This command will start downloading and installing packages related to the OpenCV library. Once done, the message of successful installation will be displayed.

===================================================================
We at ⭐️ ML LABS ⭐️ deliver high quality online courses.

Our Services
=============
💻 COURSES WITH JOB ASSITANCE
💻 INTERNSHIP PROGRMAS
💻 FINAL YEAR PROJECTS
💻 AI DEVELOPMENT AND CONSULTING

WhatsApp: ⭐️ 91 – 7760309798 ⭐️ 91 – 7760289798 ⭐️

Regards
Team ML LABS
Рекомендации по теме