Some generalities
- The dimensions of the container correspond to the spatial dimension to access data
- The containers are generic. That is to say, they can contains, sometimes under certain conditions, any kind of data
- The library provides generic algorithms that can be applyied on containers of the same dimensional category. Consequently, some containers are only provided in a ease of use "soucis"
- All the container of the same dimensionnal category have the same interface to access their elements and to iterate throw their elements
- The arithmetical functionalities are the +=, -=, *=, /=, +, -, *, / operators
- The mathematical functionalities are min, max, sum, abs, sqrt, cos, acos, sin, asin, tan, atan, exp, log, cosh, sinh, tanh, log10.
Main Containers
1D containers
- Simple containers:
- Numerical containers:
- Image containers:
2D containers
- Simple containers:
- Numerical container:
- Image processing containers:
- Internal container:
3D containers
- Simple container:
- Numerical containers:
- Image processing containers:
- Internal container:
4D containers
- Simple container:
- Numerical containers:
- Signal processing containers:
- Internal container:
Camera containers
Maths
Misceleanous data structures: