|
STM32N6 NPU Deployment — Politecnico di Milano
1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
|
Rectangle descriptor for LCD layer positioning. More...
Public Attributes | |
| uint32_t | X0 |
| uint32_t | Y0 |
| uint32_t | XSize |
| uint32_t | YSize |
Rectangle descriptor for LCD layer positioning.
Used to define the background (camera preview) and foreground (inference overlay) areas on the LCD display.
| uint32_t Rectangle_TypeDef::X0 |
Top-left X coordinate in pixels
Definition at line 126 of file main.c.
Referenced by clamp_point(), convert_point(), Display_NetworkOutput(), and LCD_init().
| uint32_t Rectangle_TypeDef::XSize |
Width in pixels
Definition at line 128 of file main.c.
Referenced by __attribute__(), clamp_point(), convert_length(), convert_point(), Display_NetworkOutput(), and LCD_init().
| uint32_t Rectangle_TypeDef::Y0 |
Top-left Y coordinate in pixels
Definition at line 127 of file main.c.
Referenced by clamp_point(), convert_point(), Display_NetworkOutput(), and LCD_init().
| uint32_t Rectangle_TypeDef::YSize |
Height in pixels
Definition at line 129 of file main.c.
Referenced by __attribute__(), clamp_point(), convert_length(), convert_point(), Display_NetworkOutput(), and LCD_init().