danitico / opencv-debian-based-os

A script for installing OpenCV(v3.3) library in Debian Based OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPENCV LIBRARY FOR DEBIAN BASED OS

USAGE

  • Clone the repository

     git clone https://github.com/danitico/opencv-debian-based-os.git
    
  • Change the permissions of INSTALL.sh

     cd opencv-debian-based-os/
     chmod u+x INSTALL.sh
    
  • Execute it!

     ./INSTALL.sh
    

TRY OUT THE LIBRARIES

  • If all was ok, the next GoogleTest should have one error (This error appears because of there isn't a sample image)

     cd /home/<your_user>/OpenCV/build/bin
     ./opencv_test_core
    

LICENSE

Licensed under MIT

About

A script for installing OpenCV(v3.3) library in Debian Based OS

License:MIT License