![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the flicker band statistics measurement.
Definition at line 568 of file nvmedia_isp.h.
Data Fields | |
unsigned int | numWindows |
Holds the number of flicker band windows. More... | |
int * | luminance |
Holds a pointer to the array of the average luminance value of the samples. More... | |
int* NvMediaISPStatsFlickerBandMeasurement::luminance |
Holds a pointer to the array of the average luminance value of the samples.
Data could be negative
Definition at line 580 of file nvmedia_isp.h.
unsigned int NvMediaISPStatsFlickerBandMeasurement::numWindows |
Holds the number of flicker band windows.
numWindows is the size of the array that luminance points to.
Definition at line 575 of file nvmedia_isp.h.