Argus API
Argus Camera API
|
An interface to a set of histograms created from RGB pixel data, one per RGB 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 (RGBColorChannel 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 | |
~IRGBHistogram () | |
![]() | |
Interface () | |
~Interface () |
An interface to a set of histograms created from RGB pixel data, one per RGB 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 101 of file CaptureMetadata.h.
|
inlineprotected |
Definition at line 122 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 105 of file CaptureMetadata.h.