TI-radar AWR1843 C674x DSP core  1
clusteringDBscanReport Struct Reference

Structure for each cluster information report . More...

#include <dss_data_path.h>

Collaboration diagram for clusteringDBscanReport:

Data Fields

uint16_t numPoints
 
int16_t xCenter
 
int16_t yCenter
 
int16_t xSize
 
int16_t ySize
 
int16_t avgVel
 

Detailed Description

Structure for each cluster information report .

Definition at line 347 of file dss_data_path.h.

Field Documentation

◆ avgVel

int16_t clusteringDBscanReport::avgVel

the average velocity within this cluster

Definition at line 354 of file dss_data_path.h.

◆ numPoints

uint16_t clusteringDBscanReport::numPoints

number of points in this cluster

Definition at line 349 of file dss_data_path.h.

◆ xCenter

int16_t clusteringDBscanReport::xCenter

the clustering center on x direction

Definition at line 350 of file dss_data_path.h.

◆ xSize

int16_t clusteringDBscanReport::xSize

the clustering size on x direction

Definition at line 352 of file dss_data_path.h.

◆ yCenter

int16_t clusteringDBscanReport::yCenter

the clustering center on y direction

Definition at line 351 of file dss_data_path.h.

◆ ySize

int16_t clusteringDBscanReport::ySize

the clustering size on y direction

Definition at line 353 of file dss_data_path.h.


The documentation for this struct was generated from the following file: