Exactly which opencv version and python version should I use?
Hi so I am getting confused about python and opencv version.
Which versions are recommended to use?
If I do pip install opencv
or pip3 install opencv
am I installing correctly?
Why is it not updated up to OpenCV 4.0? What is pip install opencv-contrib
?
One thing that I wish it was simpler in OpenCV is compatibility and versions.
off topics about pip or pip3 and version. opencv.org does not maintain python packages.
Now you should use opencv_contrib (opencv + opencv_contrib) and last version is better : https://pypi.org/project/opencv-contr...
It seems that opencv 3.4.6 is not available