Table 215 Table : Template Parameter Description
Parameter |
Description |
ROWS |
Number of rows in the window buffer. |
COLS |
Number of columns in the window buffer. |
T |
Data type of pixel in the window buffer. |
Sample code for window buffer declaration
Window<K_ROWS, K_COLS, unsigned char> kernel;