Check whether opencv is installed successfully

win+r opens the command prompt window:

Input: python, enter the python module;

Then enter

import cv2

If >>> appears, it means that opencv is installed successfully;

Similarly, you can also check whether numpy, etc. are installed successfully.

 

 Last input: exit()

Exit python module

Guess you like

Origin blog.csdn.net/ros275229/article/details/132819744