Holds controls for bad pixel statistics (BP Stats).
Definition at line 348 of file nvmedia_isp_stat.h.
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... | |
NvMediaBool NvMediaISPBadPixelStats::enable |
Holds a Boolean to enable the bad pixel statistics block.
Definition at line 354 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.
Definition at line 368 of file nvmedia_isp_stat.h.