Defines the windows used in ISP LAC stats calculations.
Definition at line 325 of file NvSIPLISPStat.hpp.
Data Fields | |
uint32_t | width |
Holds width of the window in pixels. More... | |
uint32_t | height |
Holds height of the window in pixels. More... | |
uint32_t | numWindowsH |
Holds number of windows horizontally. More... | |
uint32_t | numWindowsV |
Holds number of windows vertically. More... | |
uint32_t | horizontalInterval |
Holds the distance between the left edge of one window and a horizontally adjacent window. More... | |
uint32_t | verticalInterval |
Holds the distance between the top edge of one window and a vertically adjacent window. More... | |
NvSiplPoint | startOffset |
Holds the position of the top left pixel in the top left window. More... | |
uint32_t nvsipl::NvSiplISPStatisticsWindows::height |
Holds height of the window in pixels.
Valid Range: [2, 256]
Definition at line 335 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::horizontalInterval |
Holds the distance between the left edge of one window and a horizontally adjacent window.
Valid Range: [max(4, LAC window width), LAC ROI width] and must be an even number
Definition at line 351 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsH |
Holds number of windows horizontally.
Valid Range: [1, 32]
Definition at line 340 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsV |
Holds number of windows vertically.
Valid Range: [1, 32]
Definition at line 345 of file NvSIPLISPStat.hpp.
NvSiplPoint nvsipl::NvSiplISPStatisticsWindows::startOffset |
Holds the position of the top left pixel in the top left window.
Valid Range:
Definition at line 366 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::verticalInterval |
Holds the distance between the top edge of one window and a vertically adjacent window.
Valid Range: [max(2, LAC window height), LAC ROI height]
Definition at line 357 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::width |
Holds width of the window in pixels.
Valid Range: [2, 256] and must be an even number
Definition at line 330 of file NvSIPLISPStat.hpp.