Overview
Description
The histogram class is built on top of std::unordered_map to keep it compatible with other STL algorithms. It can support any number of axes (known at compile time i.e. during class instantiation). Suitable conversion routines from GIL image constructs to the histogram bin key are shipped with the class itself.
Tutorials
- The following flow is recommended:
Note
To try out these tutorials you need to get a clone of the repository, since it is not yet released.