Giter Club home page Giter Club logo

opencv-demonstrator's Introduction

OpenCV demonstrator (GUI)

OpenCV demonstrator (GUI)

Introduction

This open source OpenCV demonstrator (GUI), originally developped by TSD Conseil, is now through this GitHub repository opened to user contributions. With the help of the OpenCV community we can make a very exciting product!

Screenshots and stable binary releases are available on the official OpenCV demonstrator web page.

The project is written in C++. The following open source libraries are used:

Build from source

#Prereqs sudo apt-get install build-essential cmake git pkg-config libjpeg8-dev libtiff4-dev libjasper-dev libpng12-dev libavcodec-dev libavformat-dev
libswscale-dev libv4l-dev libgtk2.0-dev libatlas-base-dev gfortran libgtkmm-3.0-1 libgtkmm-3.0-dev libgtkmm-3.0-doc

#openCV

  1. git clone OpenCV 3.0

  2. git clone openCV-contrib

  3. cd opencv

  4. mkdir build

  5. cd build

  6. cmake
    -DCMAKE_BUILD_TYPE=RELEASE
    -DCMAKE_INSTALL_PREFIX=/usr/local
    -DINSTALL_C_EXAMPLES=ON
    -DOPENCV_EXTRA_MODULES_PATH=
    /opencv_contrib/modules
    -DBUILD_EXAMPLES=ON
    -DBUILD_SHARED_LIBS=ON
    -DWITH_GTK=ON ../

  7. make --jobs=4

  8. sudo make install

  9. sudo ldconfig

#opencv-demonstrator

  1. export OCVIPATH="~/usr/local/include"
  2. export OCVLPATH="~/usr/local/lib"
  3. git clone openCV-demonstrator
  4. cd opencv-demonstrator
  5. make linux

##Running

  1. cd opencv-demonstrator/ocvdemo
  2. ./build/debug/ocvdemo.exe

License

The software is provided according to the GNU Lesser General Public License (LGPL) version 3. Please see LICENSE.

opencv-demonstrator's People

Contributors

applemuncy avatar asaggi avatar juliena82 avatar michaelriss avatar valera-rozuvan avatar

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.