Installation of opencv, which used to be troublesome, can be installed with the following command.
sudo pip3 install opencv_python
(It's an underscore after OpenCV. I've been having trouble doing it with hyphens all the time.)
With just this, OpenCV should come in.
Recommended Posts