STM32N6 NPU Deployment — Politecnico di Milano  1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
display_keypoints_17.h File Reference
#include "main.h"
#include "stm32_lcd.h"
Include dependency graph for display_keypoints_17.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const int bindings [][3]
 
static const int kp_color [17]
 

Detailed Description

Author
GPM Application Team
Attention

Copyright (c) 2023 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_keypoints_17.h.

Variable Documentation

◆ bindings

const int bindings[][3]
static
Initial value:
= {
{15, 13, COLOR_LEGS},
{13, 11, COLOR_LEGS},
{16, 14, COLOR_LEGS},
{14, 12, COLOR_LEGS},
{11, 12, COLOR_TRUNK},
{ 5, 11, COLOR_TRUNK},
{ 6, 12, COLOR_TRUNK},
{ 5, 6, COLOR_ARMS},
{ 5, 7, COLOR_ARMS},
{ 6, 8, COLOR_ARMS},
{ 7, 9, COLOR_ARMS},
{ 8, 10, COLOR_ARMS},
{ 1, 2, COLOR_HEAD},
{ 0, 1, COLOR_HEAD},
{ 0, 2, COLOR_HEAD},
{ 1, 3, COLOR_HEAD},
{ 2, 4, COLOR_HEAD},
{ 3, 5, COLOR_HEAD},
{ 4, 6, COLOR_HEAD},
}
#define COLOR_ARMS
Definition: main.h:34
#define COLOR_HEAD
Definition: main.h:33
#define COLOR_LEGS
Definition: main.h:36
#define COLOR_TRUNK
Definition: main.h:35

Definition at line 25 of file display_keypoints_17.h.

◆ kp_color