24 #ifndef _FIREVISION_FVUTILS_STATISTICAL_HISTOGRAM_FILE_H_
25 #define _FIREVISION_FVUTILS_STATISTICAL_HISTOGRAM_FILE_H_
27 #define FIREVISION_HISTOGRAM_MAGIC 0xFF04
28 #define FIREVISION_HISTOGRAM_CURVER 1
30 #include <fvutils/base/roi.h>
31 #include <fvutils/fileformat/fvfile.h>
36 namespace firevision {
52 uint32_t
get_value(hint_t object_type, uint16_t x, uint16_t y, uint16_t z);
54 void set_value(hint_t object_type, uint16_t x, uint16_t y, uint16_t z, uint32_t val);
57 std::map<hint_t, HistogramBlock *> attached_histograms;