![]() |
![]() |
cluster information structure More...
#include <alg/mmwavelib/src/detection/mmwavelib_clustering.h>
Data Fields | |
| uint16_t | numPointsInCluster |
| int16_t | xCenter |
| int16_t | yCenter |
| int16_t | xSize |
| int16_t | ySize |
| int16_t | aveVelocity |
| float32_t | rangeVar |
| float32_t | velocityVar |
cluster information structure
| int16_t mmwavelib_clusterInfor::aveVelocity |
average speed
| uint16_t mmwavelib_clusterInfor::numPointsInCluster |
number of points in the cluster
| float32_t mmwavelib_clusterInfor::rangeVar |
range variance
| float32_t mmwavelib_clusterInfor::velocityVar |
speed variance
| int16_t mmwavelib_clusterInfor::xCenter |
cluster center on real part
| int16_t mmwavelib_clusterInfor::xSize |
cluster size on real
| int16_t mmwavelib_clusterInfor::yCenter |
cluster center on imag part
| int16_t mmwavelib_clusterInfor::ySize |
cluster size on imag