summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_interface.cpp
blob: d7d8ca8881efcf666896ed62fde3bad60fe7a5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * ipa_interface.cpp - Image Processing Algorithm interface
 */

#include <ipa/ipa_interface.h>

/**
 * \file ipa_interface.h
 * \brief Image Processing Algorithm interface
 */

namespace libcamera {

/**
 * \class IPAInterface
 * \brief Interface for IPA implementation
 */

/**
 * \fn IPAInterface::init()
 * \brief Initialise the IPAInterface
 */

} /* namespace libcamera */