1 | initial version |
The answer is NO. If you do this wget https://github.com/opencv/opencv/archive/3.4.4.zip
. Then you cannot do this sudo pip install opencv-contrib-python
. The pip
doesn't install from github. You simply download from same github... https://github.com/opencv/opencv_contrib/archive/3.4.4.zip
Keep in mind, it is better to use OpenCV 4.1.0.
2 | No.2 Revision |
The answer is NO. If you do this wget https://github.com/opencv/opencv/archive/3.4.4.zip
. Then you cannot do this sudo pip install opencv-contrib-python
. The pip
doesn't install from github. You simply download from same github... cd ~/Carl/Examples/OpenCV/
wget https://github.com/opencv/opencv_contrib/archive/3.4.4.zip
Keep in mind, it is better to use OpenCV 4.1.0. .