March 2019
Intermediate to advanced
312 pages
7h 37m
English
Next, we will install Python 3 and some of its support tools. Even though we are going to program in OpenCV using C++, it is still a good idea to install and link Python packages with OpenCV so that you have the option to write or compile Python codes using OpenCV.
To install Python and its developments tools, type in the following commands:
sudo apt-get install python3 python3-setuptools python3-dev -ywget https://bootstrap.pypa.io/get-pip.pysudo python3 get-pip.pysudo pip3 install numpy
After installing the Python packages, we can compile and build OpenCV.
Read now
Unlock full access