Fawkes API
Fawkes Development Version
|
Header for a histogram block. More...
#include <histogram_block.h>
Public Attributes | |
uint16_t | width |
the width of the histogram | |
uint16_t | height |
the height of the histogram | |
uint16_t | depth |
the depth of the histogram | |
uint8_t | object_type |
the type of object the histogram is associated with |
Header for a histogram block.
the depth of the histogram
Definition at line 42 of file histogram_block.h.
Referenced by firevision::HistogramBlock::HistogramBlock(), firevision::HistogramBlock::depth(), firevision::HistogramBlock::set_value(), and firevision::HistogramBlock::get_value().
the height of the histogram
Definition at line 41 of file histogram_block.h.
Referenced by firevision::HistogramBlock::HistogramBlock(), firevision::HistogramBlock::height(), firevision::HistogramBlock::set_value(), and firevision::HistogramBlock::get_value().
the type of object the histogram is associated with
Definition at line 43 of file histogram_block.h.
Referenced by firevision::HistogramBlock::HistogramBlock(), firevision::HistogramBlock::object_type(), and firevision::HistogramBlock::set_object_type().
the width of the histogram
Definition at line 40 of file histogram_block.h.
Referenced by firevision::HistogramBlock::HistogramBlock(), firevision::HistogramBlock::width(), firevision::HistogramBlock::set_value(), and firevision::HistogramBlock::get_value().