libcamera v0.7.2+rpt20260817
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
ccm.h File Reference

libipa CCM (Colour Correction Matrix) algorithm More...

Include dependency graph for ccm.h:

Go to the source code of this file.

Classes

struct  libcamera::ipa::ccm::CcmContext
 CCM coefficients and offsets. More...
 
struct  libcamera::ipa::ccm::ActiveState
 Active CCM state. More...
 
class  libcamera::ipa::CcmAlgorithmBase
 Base class for CcmAlgorithm for non-templated functions implementation. More...
 
class  libcamera::ipa::CcmAlgorithm< Q >
 The libipa CCM algorithm. More...
 

Namespaces

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

Typedefs

using libcamera::ipa::ccm::FrameContext = CcmContext
 Per-frame CCM state.
 

Detailed Description

libipa CCM (Colour Correction Matrix) algorithm