libcamera v0.5.1
Supporting cameras in Linux since 2019
|
Functions to reduce code duplication between IPA modules. More...
Go to the source code of this file.
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
namespace | libcamera::ipa |
The IPA (Image Processing Algorithm) namespace. |
Functions | |
double | libcamera::ipa::rec601LuminanceFromRGB (const RGB< double > &rgb) |
Estimate luminance from RGB values following ITU-R BT.601. | |
uint32_t | libcamera::ipa::estimateCCT (const RGB< double > &rgb) |
Estimate correlated colour temperature from RGB color space input. |
Functions to reduce code duplication between IPA modules.