|
|
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the focus metric statistics measurement.
Definition at line 638 of file nvmedia_isp.h.

Data Fields | |
| NvMediaISPPoint | startOffset |
| Holds the position of the top-left pixel in the top-left window. More... | |
| NvMediaISPSize | windowSize |
| Holds the size of each window. More... | |
| unsigned int | numWindows |
| Holds the size of the array to which pMetric points. More... | |
| unsigned int * | metric [NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
| Holds a pointer to the array of the focus metrics of the windows. More... | |
| unsigned int* NvMediaISPStatsFocusMetricMeasurement::metric[NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds a pointer to the array of the focus metrics of the windows.
Definition at line 652 of file nvmedia_isp.h.
| unsigned int NvMediaISPStatsFocusMetricMeasurement::numWindows |
Holds the size of the array to which pMetric points.
Definition at line 649 of file nvmedia_isp.h.
| NvMediaISPPoint NvMediaISPStatsFocusMetricMeasurement::startOffset |
Holds the position of the top-left pixel in the top-left window.
Definition at line 641 of file nvmedia_isp.h.
| NvMediaISPSize NvMediaISPStatsFocusMetricMeasurement::windowSize |
Holds the size of each window.
Definition at line 644 of file nvmedia_isp.h.