adas_algo_scaling_factor()

Updated: April 19, 2023

Retrieve the scaling factor to apply to the sensor data

Synopsis:

#include <adas/adas_external_algo.h>
uint32_t adas_algo_scaling_factor()

Library:

libadas

Description:

This function retrieves the scaling factor to apply to the sensor data in order to reduce the computations of the algorithm.

Returns:

The integer scaling factor. A value of 1 indicates no scaling; a value above 1 indicates down-scaling by the provided factor (e.g., 2 indicates down-scaling by a factor of 2).