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.
Definition at line 38 of file histogram_block.h.
the depth of the histogram
Definition at line 42 of file histogram_block.h.
Referenced by firevision::HistogramBlock::depth(), firevision::HistogramBlock::get_value(), firevision::HistogramBlock::HistogramBlock(), and firevision::HistogramBlock::set_value().
the height of the histogram
Definition at line 41 of file histogram_block.h.
Referenced by firevision::HistogramBlock::get_value(), firevision::HistogramBlock::height(), firevision::HistogramBlock::HistogramBlock(), and firevision::HistogramBlock::set_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::get_value(), firevision::HistogramBlock::HistogramBlock(), firevision::HistogramBlock::set_value(), and firevision::HistogramBlock::width().
1.6.1