Holds controls for flicker band statistics (FB Stats).
Definition at line 191 of file NvSIPLISPStat.hpp.
Data Fields | |
NvSiplBool | enable |
Holds a Boolean to enable flicker band statistics block. More... | |
NvSiplPoint | 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... | |
NvSiplBool | ellipticalMaskEnable |
Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area. More... | |
NvSiplISPEllipse | ellipticalMask |
Holds an elliptical mask to exclude pixels outside a specified area. More... | |
uint16_t nvsipl::NvSiplISPFlickerBandStats::bandCount |
Holds count of flicker band samples to collect per frame.
Definition at line 209 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPFlickerBandStats::bandHeight |
Holds height of single band.
Definition at line 224 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPFlickerBandStats::bandWidth |
Holds width of single band.
Definition at line 216 of file NvSIPLISPStat.hpp.
NvSiplISPEllipse nvsipl::NvSiplISPFlickerBandStats::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 252 of file NvSIPLISPStat.hpp.
NvSiplBool nvsipl::NvSiplISPFlickerBandStats::ellipticalMaskEnable |
Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area.
Definition at line 239 of file NvSIPLISPStat.hpp.
NvSiplBool nvsipl::NvSiplISPFlickerBandStats::enable |
Holds a Boolean to enable flicker band statistics block.
Definition at line 195 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPFlickerBandStats::max |
Holds maximum value of pixel to include for flicker band stats.
Definition at line 234 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPFlickerBandStats::min |
Holds minimum value of pixel to include for flicker band stats.
Definition at line 229 of file NvSIPLISPStat.hpp.
NvSiplPoint nvsipl::NvSiplISPFlickerBandStats::startOffset |
Holds the offset of the first band top line.
Definition at line 202 of file NvSIPLISPStat.hpp.