libcamera v0.5.1
Supporting cameras in Linux since 2019
|
Implementation of bayesian auto white balance algorithm. More...
#include <libcamera/controls.h>
#include "libcamera/internal/vector.h"
#include "libcamera/internal/yaml_parser.h"
#include "awb.h"
#include "interpolator.h"
#include "pwl.h"
Go to the source code of this file.
Classes | |
class | libcamera::ipa::AwbBayes |
Implementation of a bayesian auto white balance algorithm. More... |
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
namespace | libcamera::ipa |
The IPA (Image Processing Algorithm) namespace. |
Implementation of bayesian auto white balance algorithm.
This implementation is based on the initial implementation done by RaspberryPi.
The following parts are not implemented: