| Updated: October 28, 2024 | 
Supported algorithms of the ADAS library
#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;