Git Product home page Git Product logo

lbplibrary's Introduction

LbpLibrary

logo projektu

  • VERSION 2.0.0 RC1 RELEASED.
  • BIG CHANGES IN NEXT VERSION

Required Dependencies

  • C/C++ Compiler

  • Cmake

  • Python ( NumPy, ctypes )

Installation Guide LINUX DIST. (TESTED : MINT 15)

git clone [email protected]:neduchal/lbpLibrary.git // For developers

git clone https://github.com/neduchal/lbpLibrary.git

or

Download zip of this repository

Create build folder. For example

mkdir ~/projects/build/lbpLibrary

Create project and compile whole library :

cd ~/projects/build/lbpLibrary

cmake ~/projects/git/lbpLibrary

sudo make install

sudo python setup.py install

Now, the library is installed in system. You can try this code :

python

from lbp import * 

lbp2d

You should get something like this :

<module 'lbp2d' from '/usr/local/lib/python2.7/dist-packages/lbp2d.pyc'>

Folder LbpLibrary will be created in build folder. There are few tests and there will be some examples to.

Installation Guide Windows 7 (We are working on new version of this guide)

Download ZIP of this repository

Create project by cmake gui and compile it in Visual Studio.

Folder LbpLibrary will be created in project folder.

LbpLibrary ---> python ---> python scripts
            |
            --> shared ---> debug ---> debug shared libraries (.dll) 
            	        or  release ---> release shared libs.

lbplibrary's People

Contributors

mjirik avatar neduchal avatar

Watchers

 avatar  avatar  avatar

Forkers

ejlai

lbplibrary's Issues

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.