![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
Holds controls for flicker band statistics (FB Stats).
Definition at line 412 of file nvmedia_isp_stat.h.
Data Fields | |
NvMediaBool | enable |
Holds a Boolean to enable flicker band statistics block. More... | |
NvMediaPoint | startOffset |
Holds the offset of the first band top line. More... | |
uint16_t | bandCount |
Holds count of flicker band samples to collect per frame. More... | |
uint32_t | bandWidth |
Holds width of single band. More... | |
uint32_t | bandHeight |
Holds height of single band. More... | |
float_t | min |
Holds minimum value of pixel to include for flicker band stats. More... | |
float_t | max |
Holds maximum value of pixel to include for flicker band stats. More... | |
NvMediaBool | ellipticalMaskEnable |
Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area. More... | |
NvMediaISPEllipse | ellipticalMask |
Holds an elliptical mask to exclude pixels outside a specified area. More... | |
uint16_t NvMediaISPFlickerBandStats::bandCount |
Holds count of flicker band samples to collect per frame.
Definition at line 430 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPFlickerBandStats::bandHeight |
Holds height of single band.
Definition at line 445 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPFlickerBandStats::bandWidth |
Holds width of single band.
Definition at line 437 of file nvmedia_isp_stat.h.
NvMediaISPEllipse NvMediaISPFlickerBandStats::ellipticalMask |
Holds an elliptical mask to exclude pixels outside a specified area.
Coordinates of the image's top left and bottom right points are (0, 0) and(width, height), respectively.
Definition at line 473 of file nvmedia_isp_stat.h.
NvMediaBool NvMediaISPFlickerBandStats::ellipticalMaskEnable |
Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area.
Definition at line 460 of file nvmedia_isp_stat.h.
NvMediaBool NvMediaISPFlickerBandStats::enable |
Holds a Boolean to enable flicker band statistics block.
Definition at line 416 of file nvmedia_isp_stat.h.
float_t NvMediaISPFlickerBandStats::max |
Holds maximum value of pixel to include for flicker band stats.
Definition at line 455 of file nvmedia_isp_stat.h.
float_t NvMediaISPFlickerBandStats::min |
Holds minimum value of pixel to include for flicker band stats.
Definition at line 450 of file nvmedia_isp_stat.h.
NvMediaPoint NvMediaISPFlickerBandStats::startOffset |
Holds the offset of the first band top line.
Definition at line 423 of file nvmedia_isp_stat.h.