TI-radar AWR1843 C674x DSP core  1
clusteringDBscanConfig Struct Reference

Structure element of the list of descriptors for clusteringDBscan configuration. More...

#include <dss_data_path.h>

Collaboration diagram for clusteringDBscanConfig:

Data Fields

float epsilon
 
float weight
 
float vFactor
 
uint16_t minPointsInCluster
 
uint16_t maxClusters
 
uint16_t fixedPointScale
 
uint16_t maxPoints
 

Detailed Description

Structure element of the list of descriptors for clusteringDBscan configuration.

Definition at line 333 of file dss_data_path.h.

Field Documentation

◆ epsilon

float clusteringDBscanConfig::epsilon

distance threhold for cluster check

Definition at line 335 of file dss_data_path.h.

◆ fixedPointScale

uint16_t clusteringDBscanConfig::fixedPointScale

Block scale value to convert x-y from floating-point to fixed-point. Should be the same the one used in converting r-theta to x-y, not used for floating-point input

Definition at line 340 of file dss_data_path.h.

◆ maxClusters

uint16_t clusteringDBscanConfig::maxClusters

maximum number of clusters

Definition at line 339 of file dss_data_path.h.

◆ maxPoints

uint16_t clusteringDBscanConfig::maxPoints

Maximum number of points that can be services per dbscanRun call

Definition at line 342 of file dss_data_path.h.

◆ minPointsInCluster

uint16_t clusteringDBscanConfig::minPointsInCluster

minimum number of points in a cluster

Definition at line 338 of file dss_data_path.h.

◆ vFactor

float clusteringDBscanConfig::vFactor

additional velocity factor for speed delta

Definition at line 337 of file dss_data_path.h.

◆ weight

float clusteringDBscanConfig::weight

the weight between the distance and speed

Definition at line 336 of file dss_data_path.h.


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