For everyday users
Mamba documentation
If you are new to Mamba, we recommend reading the user manual first. The example page might also give you some help to get started. On a day-to-day basis, it is likely you will need all the documents listed below.
- Mamba Image Library User Manual : Contains all you need to get started, install, compile and understand how to use Mamba in the best possible way.
- Mamba Image Library Python Reference : Complete description of all the functions of the Mamba library. It will help you understand how/when to use the operators that already exist in the library (so you don't have to recode them by yourself).
- Mamba Image Library Python Quick Reference : A fast and handy list of all the functions of the library plus some quick remainders that are always needed when coding with Mamba.
Realtime documentation
These documents explain how to use the Mamba Realtime module and give the associated functions reference. Pick up the one corresponding to your system (the Mamba Realtime module is only available on Windows or Linux).
Algorithmic documentation and others
Other valuable documents are available here. These papers describe in more details some specific Mamba operators implementations."
For advanced users
The documents below target users that already have the basics of Mamba and want to go further. These documents are here to help people who want to modify or use Mamba in a different environment.
An online HTML version of these documents is available.
- mambaApi Reference Manual (online)
- mamba RealTime Api Reference Manual for Linux (online)
- mamba RealTime Api Reference Manual for Windows (online)
For contributors
Contributors are strongly encouraged to read these documents before sending their codes or documentations.