![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Defines the histogram statistics measurement.
Definition at line 331 of file nvmedia_isp.h.
Data Fields | |
unsigned int | numBins |
Holds the number of bins that the histogram of each color component includes. More... | |
unsigned int * | data [NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds an array of pointers to the histogram data for different color components. More... | |
unsigned int* NvMediaISPStatsHistogramMeasurement::data[NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds an array of pointers to the histogram data for different color components.
Use the indices based on the color space on which the histogram is gathered. For Bayer, use NVMEDIA_ISP_COLOR_COMPONENT_[TL|TR|BL|BR]. For YUV, use NVMEDIA_ISP_COLOR_COMPONENT_[Y|U|V]. For RGB, use NVMEDIA_ISP_COLOR_COMPONENT_[R|G|B].
Definition at line 347 of file nvmedia_isp.h.
unsigned int NvMediaISPStatsHistogramMeasurement::numBins |
Holds the number of bins that the histogram of each color component includes.
Each color component must have the same number of bins.
Definition at line 337 of file nvmedia_isp.h.