![]() |
TI-radar AWR1843 C674x DSP core
1
|
Structure for each cluster information report . More...
#include <dss_data_path.h>
Data Fields | |
uint16_t | numPoints |
int16_t | xCenter |
int16_t | yCenter |
int16_t | xSize |
int16_t | ySize |
int16_t | avgVel |
Structure for each cluster information report .
Definition at line 347 of file dss_data_path.h.
int16_t clusteringDBscanReport::avgVel |
the average velocity within this cluster
Definition at line 354 of file dss_data_path.h.
uint16_t clusteringDBscanReport::numPoints |
number of points in this cluster
Definition at line 349 of file dss_data_path.h.
int16_t clusteringDBscanReport::xCenter |
the clustering center on x direction
Definition at line 350 of file dss_data_path.h.
int16_t clusteringDBscanReport::xSize |
the clustering size on x direction
Definition at line 352 of file dss_data_path.h.
int16_t clusteringDBscanReport::yCenter |
the clustering center on y direction
Definition at line 351 of file dss_data_path.h.
int16_t clusteringDBscanReport::ySize |
the clustering size on y direction
Definition at line 353 of file dss_data_path.h.