41 using Histogram = std::array<uint32_t, kYHistogramSize>;
Vector class.
Definition vector.h:35
Top-level libcamera namespace.
Definition backtrace.h:17
Struct that holds the statistics for the Software ISP.
Definition swisp_stats.h:24
bool valid
True if the statistics buffer contains valid data, false if no statistics were generated for this fra...
Definition swisp_stats.h:29
std::array< uint32_t, kYHistogramSize > Histogram
Type of the histogram.
Definition swisp_stats.h:41
Histogram yHistogram
A histogram of luminance values of all the sampled pixels.
Definition swisp_stats.h:45
static constexpr unsigned int kYHistogramSize
Number of bins in the yHistogram.
Definition swisp_stats.h:37
RGB< uint64_t > sum_
Sums of colour channels of all the sampled pixels.
Definition swisp_stats.h:33