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 
35 
40 
48 
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