NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
nvsipl::NvSiplISPLocalAvgClipStatsROIData Struct Reference

Detailed Description

Holds local average and clip statistics data for a region of interest.

Definition at line 138 of file NvSIPLISPStat.hpp.

Data Fields

uint32_t numWindowsH
 Holds number of windows horizontally in one region of interest. More...
 
uint32_t numWindowsV
 Holds number of windows vertically in one region of interest. More...
 
float_t average [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]
 Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order. More...
 
uint32_t maskedOffCount [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]
 Holds the number of pixels excluded by the elliptical mask for each color component in each window in RGGB/RCCB/RCCC order. More...
 
uint32_t clippedCount [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]
 Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order. More...
 

Field Documentation

◆ average

float_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::average[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]

Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order.

Definition at line 151 of file NvSIPLISPStat.hpp.

◆ clippedCount

uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::clippedCount[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]

Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order.

Definition at line 162 of file NvSIPLISPStat.hpp.

◆ maskedOffCount

uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::maskedOffCount[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT]

Holds the number of pixels excluded by the elliptical mask for each color component in each window in RGGB/RCCB/RCCC order.

Definition at line 157 of file NvSIPLISPStat.hpp.

◆ numWindowsH

uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::numWindowsH

Holds number of windows horizontally in one region of interest.

Definition at line 142 of file NvSIPLISPStat.hpp.

◆ numWindowsV

uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::numWindowsV

Holds number of windows vertically in one region of interest.

Definition at line 146 of file NvSIPLISPStat.hpp.


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