Skip to content
Snippets Groups Projects
NAUD Maxence's avatar
Maxence Naud authored
- [Optimize] add const, inline, noexcept where possible
- [Utils] add DataUtils file for conversion from cv type to cpp type
- [Syntax] Stimulis -> Stimuli and Stimuli -> Stimulus
- [#define] Use standard Aidge syntax format
- [Licence] add where missing
- [#include] add what is used and remove what is not
- [class] uniformize class member definition order
- [types] change size_t for std::size_t from <stddef> for uniformazation
- [types] change integer types for exact-width integers from <cstddint>
- Remove end-of-line spaces
129c2f99
History

Aidge CPU library

You can find in this folder the library that implements :

  • Computer vision databases
  • The OpenCV tensor, operators and stimulis

So far be sure to have the correct requirements to use this library

  • GCC
  • OpenCV >= 3.0
  • Make
  • CMake
  • aidge_core
  • aidge_backend_cpu
  • Python (optional, if you have no intend to use this library in python with pybind)

Pip installation

You will need to install first the aidge_core and aidge_backend_cpu libraries before installing aidge_backend_opencv. Then run in your python environnement :

pip install . -v