libcamera  v0.5.0+37-12007759
Supporting cameras in Linux since 2019
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
pwl.h File Reference

Piecewise linear functions. More...

#include <algorithm>
#include <functional>
#include <string>
#include <utility>
#include <vector>
#include "libcamera/internal/vector.h"
Include dependency graph for pwl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libcamera::ipa::Pwl
 Describe a univariate piecewise linear function in two-dimensional real space. More...
 
class  libcamera::ipa::Pwl::Interval
 Describe an interval in one-dimensional real space. More...
 

Namespaces

 libcamera
 Top-level libcamera namespace.
 
 libcamera::ipa
 The IPA (Image Processing Algorithm) namespace.
 

Detailed Description

Piecewise linear functions.