CPlusPlus

From Alida
Revision as of 16:59, 22 January 2016 by Moeller (talk | contribs)
Jump to navigationJump to search

C++ implementation

The C++ implementation is mainly a proof-of-concept implementation. In its current state it is still lacking lots of features defined by the Alida concept, e.g. the automatic process documentation and automatically generated graphical user interfaces. Currently only the Java implementation is ready for use in practice.

Download

You can download Alida's prototypical C++ implementation in version 0.1 below.

Alida's implementation in C++ requires Linux as operating system.

The following external libraries are needed:

Optionally a prototypical implementation of an OpenCV wrapper is included for which the OpenCV library is required:

  • OpenCV, Version 2.1 or higher (refer to the Installation section for details on compiling the OpenCV wrapper)


Current release (v0.1)

  • Alida C++ Sources zip (includes the sources, license files and some READMEs on how to use and compile Alida)
  • Alida C++ API zip (includes Doxygen documentation of Alida's C++ API)