histogram.hpp File Reference
Histogram data handling for 1D and 2D More...
#include <vector>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | Histogram |
Base histogram class. More... | |
class | Histogram1D |
Class for 1D histogram type representation of data. More... | |
class | Histogram2D |
Class for 2d histogram type representation of data. More... | |
Enumerations | |
enum | histogram_accumulation_e { HISTOGRAM_ACCUMULATION_CLOSEST = 0 , HISTOGRAM_ACCUMULATION_LINEAR } |
Histogram accumulation type. More... | |
Detailed Description
Histogram data handling for 1D and 2D
Enumeration Type Documentation
◆ histogram_accumulation_e
Histogram accumulation type.
Enumerator | |
---|---|
HISTOGRAM_ACCUMULATION_CLOSEST | Closest bin to point. |
HISTOGRAM_ACCUMULATION_LINEAR | Linear accumulation around point. |