itdeveloper1988/opencv410_ubuntu
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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