Skip to content

itdeveloper1988/opencv410_ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# This is the opencv 4.10 ubuntu library.
# To install opencv on fresh machine, run following commands in terminal.

cd /usr/local
sudo tar xvf ~/Downloads/opencv_410.tar.xz
sudo ldconfig

# run sample program in current folder (download)
cmake .
make
./DisplayImage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors