NvSipl ISP stat struct
Definition in file NvSIPLISPStat.hpp.
Go to the source code of this file.
Data Structures | |
struct | nvsipl::NvSiplISPBadPixelStatsData |
Holds bad pixel statistics (BP Stats). More... | |
struct | nvsipl::NvSiplISPHistogramStatsData |
Holds histogram statistics (HIST Stats). More... | |
struct | nvsipl::NvSiplISPLocalAvgClipStatsROIData |
Holds local average and clip statistics data for a region of interest. More... | |
struct | nvsipl::NvSiplISPEllipse |
Defines an ellipse. More... | |
struct | nvsipl::NvSiplISPFlickerBandStats |
Holds controls for flicker band statistics (FB Stats). More... | |
struct | nvsipl::NvSiplISPFlickerBandStatsData |
Holds flicker band statistics (FB Stats). More... | |
struct | nvsipl::NvSiplISPStatisticsWindows |
Defines the windows used in ISP stats calculations. More... | |
struct | nvsipl::NvSiplISPSplineControlPoint |
Defines a spline control point. More... | |
struct | nvsipl::NvSiplISPRadialTF |
Defines a radial transform. More... | |
struct | nvsipl::NvSiplISPHistogramStats |
Holds controls for histogram statistics (HIST Stats). More... | |
struct | nvsipl::NvSiplISPLocalAvgClipStatsData |
Holds local average and clip statistics block (LAC Stats). More... | |
struct | nvsipl::NvSiplISPLocalAvgClipStats |
Holds controls for local average and clip statistics (LAC Stats). More... | |
struct | nvsipl::NvSiplISPBadPixelStats |
Holds controls for bad pixel statistics (BP Stats). More... | |
struct | nvsipl::NvSiplISPHistogramStatsOverride |
SIPL ISP Histogram Statistics Override Params. More... | |
struct | nvsipl::NvSIPLIspStatsOverrideSetting |
SIPL ISP Statistics Override Parameters. More... | |
Namespaces | |
nvsipl | |
Contains the classes and variables for implementation of SIPL. | |
Macros | |
#define | NVSIPL_ISP_HIST_BINS (256U) |
Number of histogram bins. More... | |
#define | NVSIPL_ISP_MAX_COLOR_COMPONENT (4U) |
Maximum number of color components. More... | |
#define | NVSIPL_ISP_HIST_KNEE_POINTS (8U) |
Number of histogram knee points. More... | |
#define | NVSIPL_ISP_RADTF_POINTS (6U) |
Number of radial transfer function control points. More... | |
#define | NVSIPL_ISP_MAX_LAC_ROI (4U) |
Maximum number of local average and clip statistic block regions of interest. More... | |
#define | NVSIPL_ISP_MAX_INPUT_PLANES (3U) |
Maximum number of input planes. More... | |
#define | NVSIPL_ISP_MAX_COLORMATRIX_DIM (3U) |
Maximum matrix dimension. More... | |
#define | NVSIPL_ISP_MAX_LAC_ROI_WINDOWS (32U * 32U) |
Maximum number of windows for local average and clip in a region of interest. More... | |
#define | NVSIPL_ISP_MAX_FB_BANDS (256U) |
Maximum number of bands for flicker band statistics block. More... | |
#define NVSIPL_ISP_HIST_BINS (256U) |
Number of histogram bins.
Definition at line 22 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_HIST_KNEE_POINTS (8U) |
Number of histogram knee points.
Definition at line 31 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_COLOR_COMPONENT (4U) |
Maximum number of color components.
Definition at line 26 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_COLORMATRIX_DIM (3U) |
Maximum matrix dimension.
Definition at line 52 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_FB_BANDS (256U) |
Maximum number of bands for flicker band statistics block.
Definition at line 63 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_INPUT_PLANES (3U) |
Maximum number of input planes.
Definition at line 47 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_LAC_ROI (4U) |
Maximum number of local average and clip statistic block regions of interest.
Definition at line 42 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_MAX_LAC_ROI_WINDOWS (32U * 32U) |
Maximum number of windows for local average and clip in a region of interest.
Definition at line 58 of file NvSIPLISPStat.hpp.
#define NVSIPL_ISP_RADTF_POINTS (6U) |
Number of radial transfer function control points.
Definition at line 36 of file NvSIPLISPStat.hpp.