libcamera
v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
Supporting cameras in Linux since 2019
algorithm.h
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/*
3
* Copyright (C) 2021, Ideas On Board
4
*
5
* algorithm.h - IPU3 control algorithm interface
6
*/
7
8
#pragma once
9
10
#include <
libipa/algorithm.h
>
11
12
#include "module.h"
13
14
namespace
libcamera
{
15
16
namespace
ipa::ipu3 {
17
18
using
Algorithm =
libcamera::ipa::Algorithm<Module>
;
19
20
}
/* namespace ipa::ipu3 */
21
22
}
/* namespace libcamera */
libcamera::ipa::Algorithm
The base class for all IPA algorithms.
Definition:
algorithm.h:23
algorithm.h
Algorithm common interface.
libcamera
Top-level libcamera namespace.
Definition:
backtrace.h:17
src
ipa
ipu3
algorithms
algorithm.h
Generated by
1.9.3