February 2020
Intermediate to advanced
372 pages
9h 26m
English
OpenCV, including the opencv_contrib modules, can be installed as a pip package. This is as simple as running the following command:
> pip install opencv-contrib-python
If you want your OpenCV installation to include non-free content, such as patented algorithms, then you can run the following command instead:
> pip install opencv-contrib-python-nonfree