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/fileformat/fvfile.h> 31 #include <fvutils/base/roi.h> 54 uint32_t get_value(hint_t object_type,
55 uint16_t x, uint16_t y, uint16_t z);
57 void set_value(hint_t object_type,
58 uint16_t x, uint16_t y, uint16_t z,
62 std::map<hint_t, HistogramBlock*> attached_histograms;
std::list< HistogramBlock * > HistogramBlockList
Convenience typdef for a STL list of pointers to histogram blocks.
FireVision File Format for data files.
This class defines a file block for histograms.
A fileformat for histograms.