index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcam
/
assets
/
feathericons
/
codesandbox.svg
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited
*
* denoise_status.h - Denoise control algorithm status
*/
#pragma once
// This stores the parameters required for Denoise.
#ifdef __cplusplus
extern
"C"
{
#endif
struct
DenoiseStatus
{
double
noise_constant
;
double
noise_slope
;
double
strength