Argus API
Argus Camera API
|
An interface to a histogram created from Bayer pixel data. More...
#include <CaptureMetadata.h>
Public Member Functions | |
virtual uint32_t | getBinCount () const =0 |
Returns the number of bins in the histogram. | |
virtual Status | getHistogram (std::vector< BayerTuple< uint32_t > > *histogram) const =0 |
Returns the histogram data. |
Static Public Member Functions | |
static const InterfaceID & | id () |
Protected Member Functions | |
~IBayerHistogram () | |
![]() | |
Interface () | |
~Interface () |
An interface to a histogram created from Bayer pixel data.
Bins are evenly distributed across the possible range of values, each containing the number of pixels whose value fell within the range for that bin.
Definition at line 67 of file CaptureMetadata.h.
|
inlineprotected |
Definition at line 89 of file CaptureMetadata.h.
|
pure virtual |
Returns the number of bins in the histogram.
|
pure virtual |
Returns the histogram data.
[out] | histogram | The output vector to store the histogram data. Upon successful return, this vector will be replaced with getBinCount() bin values, each containing per-channel pixel counts within a BayerTuple container. |
|
inlinestatic |
Definition at line 71 of file CaptureMetadata.h.