Giter VIP home page Giter VIP logo

civftor / caer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from breznak/caer

0.0 2.0 0.0 37.46 MB

Event-based processing framework for neuromorphic devices, written in C/C++, targeting embedded and desktop systems. THIS IS A MIRROR. ORIGINAL PROJECT LIVES AT https://gitlab.com/inivation/caer

Home Page: https://gitlab.com/inivation/caer

License: GNU Lesser General Public License v2.1

CMake 0.52% C++ 19.26% C 80.22%

caer's Introduction

caer

Event-based processing framework for neuromorphic devices, written in C/C++, targeting embedded and desktop systems.
Build Status

Dependencies:

NOTE: if you intend to install the latest cAER git master checkout, please also make sure to use the latest libcaer git master checkout, as we often depend on new features of the libcare development version.

Linux, MacOS X or Windows (for Windows build instructions see README.Windows)
gcc >= 5.2 or clang >= 3.6
cmake >= 2.6
Boost >= 1.50 (with system, filesystem, iostreams, program_options)
libcaer >= 2.9.9
Optional: tcmalloc >= 2.2 (faster memory allocation)
Optional: SFML >= 2.3.0 (visualizer module)
Optional: OpenCV >= 3.1 (cameracalibration, framestatistics modules)
Optional: libpng >= 1.6 (input/output frame PNG compression)
Optional: libuv >= 1.7.5 (output module, deprecated)

Install all dependencies manually on Ubuntu Bionic: $ sudo apt install git cmake build-essential pkg-config libboost-all-dev libusb-1.0-0-dev libserialport-dev libopencv-contrib-dev libopencv-dev libuv1-dev libsfml-dev libglew-dev

Installation

  1. configure:

$ cmake -DCMAKE_INSTALL_PREFIX=/usr .

The following options are currently supported:
-DUSE_TCMALLOC=1 -- Enables usage of TCMalloc from Google to allocate memory.
-DUSE_OPENCV=1 -- Compiles modules depending on OpenCV: camera calibration/undistortion and frame histogram statisics.
-DVISUALIZER=1 -- Open windows in which to visualize data.

To enable all just type:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_OPENCV=1 -DVISUALIZER=1 .
2) build:
$ make
3) install:
$ make install

Usage

You will need a 'caer-config.xml' file that specifies which and how modules should be interconnected. A good starting point is 'docs/davis-config.xml', please also read through 'docs/modules.txt' for an explanation of the modules system and its configuration syntax.
$ caer-bin (see docs/ for more info on how to use cAER)
$ caer-ctl (command-line run-time control program, optional)

Help

Please use our GitHub bug tracker to report issues and bugs, or our Google Groups mailing list for discussions and announcements.

BUG TRACKER: https://github.com/inivation/caer/issues/ MAILING LIST: https://groups.google.com/d/forum/caer-users/

BUILD STATUS: https://travis-ci.org/inivation/caer/ CODE ANALYSIS: https://sonarcloud.io/dashboard?id=com.inivation.caer

caer's People

Contributors

breznak avatar dongchenl avatar federicohyo avatar llongi avatar olerichter avatar rceballos98 avatar v-tettama avatar yty192 avatar

Watchers

 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.