Defines the windows used in ISP stats calculations.
Definition at line 295 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.
Definition at line 303 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::horizontalInterval |
Holds the distance between the left edge of one window and a horizontally adjacent window.
Definition at line 316 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsH |
Holds number of windows horizontally.
Definition at line 307 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsV |
Holds number of windows vertically.
Definition at line 311 of file NvSIPLISPStat.hpp.
NvSiplPoint nvsipl::NvSiplISPStatisticsWindows::startOffset |
Holds the position of the top left pixel in the top left window.
Definition at line 325 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::verticalInterval |
Holds the distance between the top edge of one window and a vertically adjacent window.
Definition at line 321 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPStatisticsWindows::width |
Holds width of the window in pixels.
Definition at line 299 of file NvSIPLISPStat.hpp.