NVIDIA DriveOS Linux NSR SDK API Reference
7.0.3.0 Release
Tonemap.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2017-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
* property and proprietary rights in and to this material, related
7
* documentation and any modifications thereto. Any use, reproduction,
8
* disclosure or distribution of this material and related documentation
9
* without an express license agreement from NVIDIA CORPORATION or
10
* its affiliates is strictly prohibited.
11
*/
12
24
#ifndef DW_ISP_TONEMAP_H_
25
#define DW_ISP_TONEMAP_H_
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
typedef
enum
dwTonemapMethod
{
32
34
DW_TONEMAP_METHOD_UNKNOWN
,
35
39
DW_TONEMAP_METHOD_AGTM
,
40
47
DW_TONEMAP_METHOD_LTM
,
48
49
}
dwTonemapMethod
;
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif // DW_ISP_TONEMAP_H_
DW_TONEMAP_METHOD_UNKNOWN
@ DW_TONEMAP_METHOD_UNKNOWN
Invalid.
Definition:
Tonemap.h:34
dwTonemapMethod
dwTonemapMethod
Definition:
Tonemap.h:31
DW_TONEMAP_METHOD_AGTM
@ DW_TONEMAP_METHOD_AGTM
Adaptive Global Tonemapping.
Definition:
Tonemap.h:39
DW_TONEMAP_METHOD_LTM
@ DW_TONEMAP_METHOD_LTM
Local Tonemapping.
Definition:
Tonemap.h:47
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Subject to Change | For test and development only.
Thu May 8 2025 00:05:08 | PR-10721-6.0