python3 configure opencv

python3 configure opencv

This article applies to Python 3.5 under Windows 64-bit system. python3.5 and pip are prerequisites.

Configuration process:

      Step 1: Open the cmd command line window

    Step 2: Enter the pip command pip install opencv-python

    Step 3: The installation is successful

Step 4: Check whether it is installed, enter the Python interactive environment from the command line mode, and then enter import cv2 as cv. If no error is reported, it is installed.

That's it, very simple.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324840196&siteId=291194637