Skip to content

Latest commit

 

History

History
 
 

opencv4_1_1_install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OpenCv 4.1.1 installation

to install opencv4_1_1

source install_opencv4.sh

confirm installation:

python
import cv2
print(cv2.__version__)
quit()

in cd ~ the files of opencv can be deleted