Holds controls for bad pixel statistics (BP Stats).
Definition at line 516 of file NvSIPLISPStat.hpp.
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... | |
NvSiplBool nvsipl::NvSiplISPBadPixelStats::enable |
Holds a Boolean to enable the bad pixel statistics block.
Definition at line 522 of file NvSIPLISPStat.hpp.
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. Either set the rectangle's dimensions ( to 0 or set the rectangle to include the full image with no rectangular mask.
Definition at line 536 of file NvSIPLISPStat.hpp.