NVIDIA DRIVE OS Linux SDK API Reference

6.0.8 Release
nvsipl::NvSiplISPBadPixelStats Struct Reference

Detailed Description

Holds controls for bad pixel statistics (BP Stats).

Definition at line 516 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPBadPixelStats:

Data Fields

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

Field Documentation

◆ enable

NvSiplBool nvsipl::NvSiplISPBadPixelStats::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 522 of file NvSIPLISPStat.hpp.

◆ rectangularMask

NvSiplRect nvsipl::NvSiplISPBadPixelStats::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. Set the rectangle to include the full image (or cropped image for the case input cropping is enabled) if no pixels need to be excluded.

  • 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 536 of file NvSIPLISPStat.hpp.


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