Giter VIP home page Giter VIP logo

opencv_installer's Introduction

opencv_installer

opencv_installer is a script collected from http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ By using this script, you are admited to take the responsibility of the risk that crash may happen to your system. And this script is only compatible with Ubuntu 16.04.You have to connect to the Internet for the installation.

Usage

Installation

$ sudo apt update -y
$ sudo apt install git -y
$ cd ~
$ git clone https://github.com/osgee/opencv_installer.git
$ cd opencv_installer
$ source opencv_installer.sh

Then follow the instructions to finish the installation.

Test

$ workon cv
$ python
>>>import cv2
>>>cv2.__version__
[output] 3.1.0	
>>>exit()

If the commands work good, then the installation succeeds, enjoy with opencv!

Other

you can download opencv.zip,opencv_contrib.zip and ippicv_linux_20151201.tgz in advance. Then put them in user's home directory. The script will detect the downloaded files and use them to speed up the installation.

opencv_installer's People

Contributors

osgee avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

daijucug

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.