NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISPBadPixelStats Struct Reference

Detailed Description

Holds controls for bad pixel statistics (BP Stats).

Definition at line 346 of file nvmedia_isp_stat.h.

Collaboration diagram for NvMediaISPBadPixelStats:

Data Fields

NvMediaBool enable
 Holds a Boolean to enable the bad pixel statistics block. More...
 
NvMediaRect rectangularMask
 Holds rectangular mask for excluding pixel outside a specified area. More...
 

Field Documentation

NvMediaBool NvMediaISPBadPixelStats::enable

Holds a Boolean to enable the bad pixel statistics block.

Note
Bad Pixel Correction must also be enabled to get bad pixel statistics.

Definition at line 352 of file nvmedia_isp_stat.h.

NvMediaRect NvMediaISPBadPixelStats::rectangularMask

Holds rectangular mask for excluding pixel outside a specified area.

Coordinates of the image's top left and bottom right points are (0, 0) and(width, height), respectively. Either set the rectangle's dimensions ( to 0 or set the rectangle to include the full image with no rectangular mask.

  • Supported values: Rectangle must be within the input image and must be a valid rectangle ((right > left) && (bottom > top)). The minimum supported rectangular mask size is 4x4. Constraints: All left, top, bottom, and right coordinates must be even.

Definition at line 366 of file nvmedia_isp_stat.h.


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