Coder Social home page Coder Social logo

glwhu / pil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zdzhaoyong/pil

0.0 1.0 0.0 11.07 MB

The PIL library includes some pretty useful tools for C++ programing espesially in the areas of moblile robotics and CV (computer vision), includes ThreadBase,Svar,TImer,SE3 in PI_Base and hardwares support like Cameras, GPS and so on.

License: GNU Lesser General Public License v3.0

Makefile 0.07% CMake 0.25% QMake 0.08% C++ 80.15% C 13.22% MATLAB 0.01% M4 0.01% Gnuplot 0.01% Awk 0.01% Shell 0.01% HTML 5.61% CSS 0.05% Roff 0.02% Batchfile 0.01% Lua 0.04% Objective-C 0.07% Cuda 0.39%

pil's Introduction

#The Pilot Intelligent Library

##1. Introduction

The PIL library includes some pretty useful tools for C++ programing espesially in the areas of moblile robotics and computer vision.

website:

1.1. Folder structure

  • src --- source code of the library
  • apps --- source code of examples
  • scripts --- compile scripts
  • Thirdparty--- some other librarys PIL depends on

1.2. Modules

  • base --- basic types and utils for configuration, threads, debug and time statistics
  • network --- network transmission framework for IP/TCP, UDP
  • hardware --- inplementation of Camera models, UART, GPS, IMU and joystick, etc.
  • gui --- a gui framework based on Qt and OpenGL (QGLViewer), including some basic objects
  • cv --- some computer vision utils based on OpenCV
  • lua --- the lua warper of some APIs

##2. Resources and Compilation on Linux

###2.1. Resources

  • Download the latest code with:
    • Git:

        git clone https://github.com/zdzhaoyong/PIL
      

###2.2. Dependency OpenCV : sudo apt-get install libopencv-dev

Qt : sudo apt-get install build-essential g++ libqt4-core libqt4-dev libqt4-gui qt4-doc qt4-designer

QGLViewer : sudo apt-get install libqglviewer-dev libqglviewer2

Boost : sudo apt-get install libboost1.48-all-dev

###2.2. Compilation As we develop the whole project on Linux, only compilation Makefile for linux is provided. If you are using linux systems, it can be compiled with one command:

cd PIL;make

The compilation should be ok in most circumstances and once not, you may need to modified the file scripts/LIBS_CONFIG.linux and config the library dependences manually. ##3. Usage and examples Lots of examples are provided in folder apps, cd to the app folder you wanna and input make run to excute the application.

##4. Contact

If you have any problem, or you have some suggestions for this code, please contact Yong Zhao by [email protected], thank you very much!

pil's People

Contributors

zdzhaoyong avatar

Watchers

 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.