aidecv
Image processing encapsulation via web interface
This package provides an abstract interface with opencv image processing functions and additional algorithms at a symbolic level to be used, e.g., via a web interface.
Package repository
- Package files: https://gitlab.inria.fr/line/aide-group/aidecv
- Package documentation: https://line.gitlabpages.inria.fr/aide-group/aidecv
- Source files: https://gitlab.inria.fr/line/aide-group/aidecv/-/tree/master/src
- Saved on softwareherirage.org
- Version
1.1.1
- License
CECILL-C
Installation
User simple installation
npm install git+https://gitlab.inria.fr/line/aide-group/aidecv.git
Co-developper installation
- See the related documentation
Please refer to the installation guide for installation.
Usage
npm script usage
npm install --quiet : installs all package dependencies and sources.
npm run build: builds the different compiled, documentation and test files.
npm test : runs functional and non-regression tests.
npm run clean: cleans installation files.
Dependencies
- aidesys: Basic system C/C++ interface routines to ease multi-language middleware integration
- stepsolver: A step by step variational solver mechanism
- wjson: Implements a JavaScript JSON weak-syntax reader and writer
devDependencies
Author
- Thierry Vieville thierry.vieville@inria.fr