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
NvMediaISPStatsFocusMetricMeasurement Struct Reference

Detailed Description

Holds the focus metric statistics measurement.

Definition at line 638 of file nvmedia_isp.h.

Collaboration diagram for NvMediaISPStatsFocusMetricMeasurement:

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...
 

Field Documentation

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.


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