![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the settings for the histogram statistics of ISP version 4.
Definition at line 267 of file nvmedia_isp.h.
Data Fields | |
NvMediaBool | enable |
Holds a Boolean that enables historgram statistics. More... | |
NvMediaISPPixelFormat | pixelFormat |
Holds the pixel format on which a client wants this instance to operate. More... | |
unsigned char | range [NVMEDIA_ISP_HIST_RANGE_CFG_NUM] |
Range of the pixel values to be considered for each zone. More... | |
unsigned char | knee [NVMEDIA_ISP_HIST_RANGE_CFG_NUM] |
This is the co-effcients for the curve that defines the mapping of input pixel range to the bins. More... | |
float | offset |
Offset to be applied to the input data prior to performing the bin mapping operation. More... | |
NvMediaRect | window |
Window to construct the histogram. More... | |
unsigned char | hdrSampleMap [NVMEDIA_ISP_HDR_SAMPLE_MAP_NUM] |
HDR interleave pattern Example: More... | |
NvMediaISPHdrMode | hdrMode |
HDR mode. More... | |
NvMediaBool NvMediaISPStatsHistogramSettingsV4::enable |
Holds a Boolean that enables historgram statistics.
Definition at line 270 of file nvmedia_isp.h.
NvMediaISPHdrMode NvMediaISPStatsHistogramSettingsV4::hdrMode |
HDR mode.
Definition at line 325 of file nvmedia_isp.h.
unsigned char NvMediaISPStatsHistogramSettingsV4::hdrSampleMap[NVMEDIA_ISP_HDR_SAMPLE_MAP_NUM] |
HDR interleave pattern Example:
Definition at line 320 of file nvmedia_isp.h.
unsigned char NvMediaISPStatsHistogramSettingsV4::knee[NVMEDIA_ISP_HIST_RANGE_CFG_NUM] |
This is the co-effcients for the curve that defines the mapping of input pixel range to the bins.
The curve between two knee points are linearly interpolated. Knee[-1] = 0 and Knee[7] = 255(The total number of bins - 1).
Definition at line 300 of file nvmedia_isp.h.
float NvMediaISPStatsHistogramSettingsV4::offset |
Offset to be applied to the input data prior to performing the bin mapping operation.
Definition at line 305 of file nvmedia_isp.h.
NvMediaISPPixelFormat NvMediaISPStatsHistogramSettingsV4::pixelFormat |
Holds the pixel format on which a client wants this instance to operate.
Definition at line 273 of file nvmedia_isp.h.
unsigned char NvMediaISPStatsHistogramSettingsV4::range[NVMEDIA_ISP_HIST_RANGE_CFG_NUM] |
Range of the pixel values to be considered for each zone.
The whole pixel range is divided in to 8 zones. Value 0-2 and 13-15 should not be used. The valid values and the correponding log 2 range is specified below.
Definition at line 293 of file nvmedia_isp.h.
NvMediaRect NvMediaISPStatsHistogramSettingsV4::window |
Window to construct the histogram.
Definition at line 308 of file nvmedia_isp.h.