Holds controls for flicker band statistics (FB Stats).
Definition at line 225 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.
Valid Range: [1, 256]
Definition at line 243 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPFlickerBandStats::bandHeight |
Holds height of single band.
Valid Range: [2, input height - startOffset.y]
Definition at line 258 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPFlickerBandStats::bandWidth |
Holds width of single band.
Valid Range: [2, input width - startOffset.x]; must be an even number
Definition at line 250 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 280 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 273 of file NvSIPLISPStat.hpp.
NvSiplBool nvsipl::NvSiplISPFlickerBandStats::enable |
Holds a Boolean to enable flicker band statistics block.
Definition at line 229 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPFlickerBandStats::max |
Holds maximum value of pixel to include for flicker band stats.
Valid Range: [0.0, 1.0], max >= min
Definition at line 268 of file NvSIPLISPStat.hpp.
float_t nvsipl::NvSiplISPFlickerBandStats::min |
Holds minimum value of pixel to include for flicker band stats.
Valid Range: [0.0, 1.0]
Definition at line 263 of file NvSIPLISPStat.hpp.
NvSiplPoint nvsipl::NvSiplISPFlickerBandStats::startOffset |
Holds the offset of the first band top line.
Definition at line 236 of file NvSIPLISPStat.hpp.