libcamera v0.0.0
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 <libcamera/ipa/ipu3_ipa_interface.h>
11
12#include <libipa/algorithm.h>
13
14#include "ipa_context.h"
15
16namespace libcamera {
17
18namespace ipa::ipu3 {
19
21
22} /* namespace ipa::ipu3 */
23
24} /* namespace libcamera */
The base class for all IPA algorithms.
Definition: algorithm.h:15
Context and state information shared between the algorithms.
Algorithm common interface.
Top-level libcamera namespace.
Definition: backtrace.h:17