|
STM32N6 NPU Deployment — Politecnico di Milano
1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
|
#include "spe_movenet_pp_if.h"#include "spe_pp_output_if.h"Go to the source code of this file.
Functions | |
| void | Display_spe_InitFunctions (int clamp_point_init(int *x, int *y), void convert_length_init(float32_t wi, float32_t hi, int *wo, int *ho), void convert_point_init(float32_t xi, float32_t yi, int *xo, int *yo), void Display_binding_line_init(int x0, int y0, int x1, int y1, uint32_t color)) |
| void | Display_spe_Detection (spe_pp_outBuffer_t *detect) |
Copyright (c) 2024 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file display_spe.h.
| void Display_spe_Detection | ( | spe_pp_outBuffer_t * | detect | ) |
Definition at line 111 of file display_spe.c.
References AI_POSE_PP_POSE_KEYPOINTS_NB, ARRAY_NB, bindings, Display_binding(), Display_keypoint(), and kp_color.
Referenced by Display_NetworkOutput().
| void Display_spe_InitFunctions | ( | int | clamp_point_initint *x, int *y, |
| void | convert_length_initfloat32_t wi, float32_t hi, int *wo, int *ho, | ||
| void | convert_point_initfloat32_t xi, float32_t yi, int *xo, int *yo, | ||
| void | Display_binding_line_initint x0, int y0, int x1, int y1, uint32_t color | ||
| ) |
Definition at line 100 of file display_spe.c.
References clamp_point, convert_length, convert_point, and Display_binding_line.
Referenced by LCD_init().