CPlusPlus: Difference between revisions

From Alida
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
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.
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. <br />
You can download Alida's prototypical C++ implementation in version 0.1 below. <br />
==== Current release (v0.1) ====


Alida's implementation in C++ requires Linux as operating system.  
Alida's implementation in C++ requires Linux as operating system.  
* Alida C++ Sources [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/cpp/Alida-Cpp_src.zip zip] (includes the sources, license files and some READMEs on how to use and compile Alida)
* Alida C++ API [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/cpp/Alida-Cpp_api.zip zip] (includes Doxygen documentation of Alida's C++ API)<br/>


The following external libraries are needed:
The following external libraries are needed:
Line 14: Line 18:
Optionally a prototypical implementation of an OpenCV wrapper is included for which the OpenCV library is required:
Optionally a prototypical implementation of an OpenCV wrapper is included for which the OpenCV library is required:
* [http://opencv.willowgarage.com/wiki/ OpenCV], Version 2.1 or higher (refer to the [[Installation]] section for details on compiling the OpenCV wrapper)
* [http://opencv.willowgarage.com/wiki/ 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 [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/cpp/Alida-Cpp_src.zip zip] (includes the sources, license files and some READMEs on how to use and compile Alida)
* Alida C++ API [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/cpp/Alida-Cpp_api.zip zip] (includes Doxygen documentation of Alida's C++ API)
<br/>

Revision as of 17:00, 22 January 2016

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.

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

Current release (v0.1)

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

  • 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)

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)