NVIDIA DRIVE 5.0 Linux SDK API Reference

5.0.10.3 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISPStatsHistogramMeasurementV5 Struct Reference

Detailed Description

Holds the histogram statistics measurement for ISP version 5.

Definition at line 930 of file nvmedia_isp.h.

Data Fields

uint32_t histData [NVMEDIA_ISP5_HIST_BIN_COUNT][NVMEDIA_ISP_COLOR_COMPONENT_NUM]
 Array of the histogram data for different color components. More...
 
uint32_t excludedCount [NVMEDIA_ISP_COLOR_COMPONENT_NUM]
 The pixel count for excluded pixels for each color components. More...
 

Field Documentation

uint32_t NvMediaISPStatsHistogramMeasurementV5::excludedCount[NVMEDIA_ISP_COLOR_COMPONENT_NUM]

The pixel count for excluded pixels for each color components.

Definition at line 943 of file nvmedia_isp.h.

uint32_t NvMediaISPStatsHistogramMeasurementV5::histData[NVMEDIA_ISP5_HIST_BIN_COUNT][NVMEDIA_ISP_COLOR_COMPONENT_NUM]

Array of the histogram data for different color components.

Use the indices based on the color space on which the histogram is gathered. For Bayer, use NV_ISP_COLOR_COMPONENT_[TL|TR|BL|BR]. For YUV, use NV_ISP_COLOR_COMPONENT_[Y|U|V]. For RGB, use NV_ISP_COLOR_COMPONENT_[R|G|B].

Definition at line 940 of file nvmedia_isp.h.


The documentation for this struct was generated from the following file: