|
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.
Definition at line 38 of file histogram_block.h.
| uint16_t firevision::_histogram_block_header_t::depth |
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().
| uint16_t firevision::_histogram_block_header_t::height |
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().
| uint8_t firevision::_histogram_block_header_t::object_type |
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().
| uint16_t firevision::_histogram_block_header_t::width |
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().