Installation and Import of OpenCV in Python

Execute the following pip command to complete the installation of the OpenCV library:

1
pip install opencv-python

After the installation is complete, import the cv2 module:

Read more »

Install NexT theme

First, you need to install the NexT theme, you can enter the following code:

1
npm install hexo-theme-next

Read more »
0%