Argus API
Argus Camera API
|
An interface to a set of histograms created from Bayer pixel data, one per Bayer channel. More...
#include <CaptureMetadata.h>
Public Member Functions | |
virtual uint32_t | getBinCount () const =0 |
Returns the number of bins (per channel) in the histogram. | |
virtual uint32_t | getBinData (BayerChannel channel, uint32_t bin, Status *status=NULL) const =0 |
Returns the value contained in a single bin. |
Static Public Member Functions | |
static const InterfaceID & | id () |
Protected Member Functions | |
~IBayerHistogram () | |
![]() | |
Interface () | |
~Interface () |
An interface to a set of histograms created from Bayer pixel data, one per Bayer channel.
Bins are evenly distributed across the possible range of values, and each contains 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 88 of file CaptureMetadata.h.
|
pure virtual |
Returns the number of bins (per channel) in the histogram.
|
pure virtual |
Returns the value contained in a single bin.
bin >= getBinCount()
; if status
is non-NULL, STATUS_INVALID_PARAMS will be returned there.
|
inlinestatic |
Definition at line 71 of file CaptureMetadata.h.