NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 1405 of file nvmedia_isp.h.

Collaboration diagram for NvMediaISPBadPixelStats:

Data Fields

NvMediaBool enable
 Holds boolean to enable bad pixel statistics block. More...
 
NvMediaRect rectangularMask
 Holds rectangluar mask for selecting pixels. More...
 

Field Documentation

NvMediaBool NvMediaISPBadPixelStats::enable

Holds boolean to enable bad pixel statistics block.

Definition at line 1409 of file nvmedia_isp.h.

NvMediaRect NvMediaISPBadPixelStats::rectangularMask

Holds rectangluar mask for selecting pixels.

Coordinates of image top-left & bottom-right points are (0, 0) & (width, height) respectively. Either memset the rectangle to 0 or set it to include full image to have no rectangular mask.

  • Supported values: Rectangle must be within input image & must be a valid rectangle ((right > left) && (bottom > top))

Definition at line 1420 of file nvmedia_isp.h.


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