libcamera
v0.5.0+11-5d1380f7
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 | |
libcamera | |
Top-level libcamera 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: