Coder Social home page Coder Social logo

silky / easyvision Goto Github PK

View Code? Open in Web Editor NEW

This project forked from albertoruiz/easyvision

0.0 3.0 0.0 27.6 MB

Haskell packages for computer vision, image processing, and pattern recognition

Makefile 0.24% Groff 0.01% Haskell 85.03% C 11.83% C++ 2.73% Shell 0.05% CSS 0.12%

easyvision's Introduction

Haskell packages for Computer Vision

This is an experimental Haskell framework for fast prototyping of computer vision and image processing applications. We take advantage of the expressive power of functional programming to write elegant programs supported by standard low level specialized libraries.

help


Part of this project depended on a noncomercial version of IPP which is no longer available from Intel. We are in the process of replacing this dependency by custom functions, opencv, and IPPICV, an IPP subset freely available for opencv users.

installation instructions

(Tested on Ubuntu 12.04 32bit)

This branch works better with ghc >= 7.8.3

  1. Get the source code:

     $ git clone git://github.com/albertoruiz/easyVision.git
    
  2. Add the following environment variables to ~/.bashrc:

     export EASYVISION=/your/path/to/easyVision/
     export LD_LIBRARY_PATH=$EASYVISION/lib/lib32
    
  3. (optional, IPP 7.1) Add the following environment variables to ~/.bashrc:

     export IPP_INC=/opt/intel/composerxe/ipp/include
     export IPP_SHARED="/opt/intel/ipp/lib/ia32/:/opt/intel/lib/ia32/"
     export IPP_LIBS="ippcore ippi ipps ippcc ippvc ippcv iomp5"
     export LD_LIBRARY_PATH=$IPP_SHARED:$EASYVISION/lib/lib32
     export IPP_LINK=-pthread
    

    Modify as required to make sure that the IPP .h headers are in IPP_INC and the corresponding .so libs are in IPP_SHARED.

    Continue installation in a new terminal.

  4. Install the required libraries:

     $ sudo apt-get install libgsl0-dev libatlas-base-dev libglpk-dev
     $ sudo apt-get install mplayer mencoder imagemagick
    

    It is also recommended that you install opencv including the nonfree modules.

  5. Optional: cuda, tesseract, zbar, etc.

  6. Install the Haskell packages:

     $ cd easyVision/packages
     $ make getippicv
     $ make
    

    The basic system will be correctly installed if several hVision-* packages are shown by

     $ ghc-pkg list
    
  7. Run the demos:

     $ cd ../projects/tour
     $ make play
     $ ./play
    

Sorry, at the moment most example programs depend on IPP 7.1.

easyvision's People

Contributors

albertoruiz avatar timsears avatar pedroe-um-es avatar adrianamor avatar cerceris avatar tarrasch avatar gwern avatar

Watchers

Noon van der Silk avatar James Cloos avatar  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.