April 2, 2021
Python and OpenCV
OpenCV is a "thing" apart from python, but it almost seems that python has become its
flagship platform. On my Fedora system, I do this:
dnf install python3-opencv
And then I can import cv2 and am off to the races.
OpenCV make extensive use of numpy, which only makes sense.