Defines the windows used in ISP LAC stats calculations.
Definition at line 353 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 363 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 379 of file NvSIPLISPStat.hpp.
| uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsH |
Holds number of windows horizontally.
Valid Range: [1, 32]
Definition at line 368 of file NvSIPLISPStat.hpp.
| uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsV |
Holds number of windows vertically.
Valid Range: [1, 32]
Definition at line 373 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 394 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 385 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 358 of file NvSIPLISPStat.hpp.