![]() |
LibMultiSense
LibMultiSense Documentation
|
A object containing histogram data for a image. More...
#include <MultiSenseTypes.hh>
Public Attributes | |
| uint32_t | channels = 0 |
| The number of channels per pixel. | |
| uint32_t | bins = 0 |
| The number of possible pixel bins. | |
| std::vector< uint32_t > | data {} |
| The raw histogram counts whose size is equal to channels*bins. | |
A object containing histogram data for a image.
Definition at line 301 of file MultiSenseTypes.hh.
| uint32_t multisense::ImageHistogram::bins = 0 |
The number of possible pixel bins.
Definition at line 311 of file MultiSenseTypes.hh.
| uint32_t multisense::ImageHistogram::channels = 0 |
The number of channels per pixel.
Definition at line 306 of file MultiSenseTypes.hh.
| std::vector<uint32_t> multisense::ImageHistogram::data {} |
The raw histogram counts whose size is equal to channels*bins.
Definition at line 316 of file MultiSenseTypes.hh.