libcamera v0.2.0
Supporting cameras in Linux since 2019
|
Struct that holds the statistics for the Software ISP. More...
#include <swisp_stats.h>
Public Attributes | |
unsigned long | sumR_ |
Holds the sum of all sampled red pixels. | |
unsigned long | sumG_ |
Holds the sum of all sampled green pixels. | |
unsigned long | sumB_ |
Holds the sum of all sampled blue pixels. | |
std::array< unsigned int, kYHistogramSize > | yHistogram |
A histogram of luminance values. | |
Static Public Attributes | |
static constexpr unsigned int | kYHistogramSize = 16 |
Number of bins in the yHistogram. | |
Struct that holds the statistics for the Software ISP.