March 2019
Intermediate to advanced
312 pages
7h 37m
English
Let's follow these steps to link OpenCV to Python:

Inside this folder, you should see a file named cv2.so or cv2.cpython-35m-arm-linux-gnueabihf.so. If the filename is cv2.so, you do not need to make any changes. If the filename is cv2.cpython-35m-arm-linux-gnueabihf.so, you have to rename it to cv2.so. To rename this file, change the directory to python 3.5 by entering the following command:
cd /usr/local/python/cv2/python-3.5
To rename this file from cv2.cpython-35m-arm-linux-gnueabihf.so to cv2.so, enter the following command:
sudo mv /usr/local/python/cv2/python3.5/cv2.cpython-35m-arm-linux-gnueabihf.so ...
Read now
Unlock full access