adas_algorithm_t

Supported algorithms of the ADAS library

Synopsis:

#include <adas/adas_api.h>
typedef enum {
    ADAS_ALGO_NONE = 0,
    ADAS_ALGO_RADAR_GROUPING = 0x1000,
    ADAS_ALGO_LIDAR_GROUPING = 0x1001,
    ADAS_ALGO_CUSTOM = 0x2000
} adas_algorithm_t;

Data:

ADAS_ALGO_NONE
For internal use only.

Do not use.

ADAS_ALGO_RADAR_GROUPING
Creates tracks from data received from a radar.
ADAS_ALGO_LIDAR_GROUPING
Creates tracks from data received from a LIDAR.
ADAS_ALGO_CUSTOM
Custom algorithm implemented as a library.

Library:

libadas