#include <mia/core/defines.hh>#include <cmath>#include <cassert>#include <vector>#include <mia/core/msgstream.hh>#include <boost/type_traits.hpp>Go to the source code of this file.
Data Structures | |
| class | THistogram< Feeder > |
| a simple histogram that uses an instance of THistogramFeeder as input converter More... | |
| class | THistogramFeeder< T > |
| A class to normalize and quantizize input data to a given histogram range with its given number of bins. More... | |
| class | THistogramFeeder< unsigned char > |
| specialization of the THistogramFeeder for unsigned byte input data More... | |
Typedefs | |
| typedef THistogramFeeder< unsigned char > | CUBHistogramFeeder |
| typedef for the unsigned byte histogram feeder specialization More... | |
This file defined some classes to handle simple histograms
Definition in file histogram.hh.
| typedef THistogramFeeder<unsigned char> CUBHistogramFeeder |
typedef for the unsigned byte histogram feeder specialization
Definition at line 118 of file histogram.hh.