C++ Boost


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:
  1. Create a histogram

  2. Fill histogram

  3. Making a sub-histogram

  4. Making a cumulative histogram

  5. STL compatibility

  6. Extending the class

  7. Limitations

Note

To try out these tutorials you need to get a clone of the repository, since it is not yet released.