_histogram_block_header_t Struct Reference
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 | |
Detailed Description
Header for a histogram block.
Definition at line 33 of file histogram_block.h.
Member Data Documentation
| uint16_t _histogram_block_header_t::depth |
the depth of the histogram
Definition at line 37 of file histogram_block.h.
Referenced by HistogramBlock::depth(), HistogramBlock::get_value(), HistogramBlock::HistogramBlock(), and HistogramBlock::set_value().
| uint16_t _histogram_block_header_t::height |
the height of the histogram
Definition at line 36 of file histogram_block.h.
Referenced by HistogramBlock::get_value(), HistogramBlock::height(), HistogramBlock::HistogramBlock(), and HistogramBlock::set_value().
the type of object the histogram is associated with
Definition at line 38 of file histogram_block.h.
Referenced by HistogramBlock::HistogramBlock(), HistogramBlock::object_type(), and HistogramBlock::set_object_type().
| uint16_t _histogram_block_header_t::width |
the width of the histogram
Definition at line 35 of file histogram_block.h.
Referenced by HistogramBlock::get_value(), HistogramBlock::HistogramBlock(), HistogramBlock::set_value(), and HistogramBlock::width().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/statistical/histogram_block.h

