adas_algo_scaling_factor()

Retrieve scaling factor to apply to the sensor data

Synopsis:

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

Library:

libadas

Description:

Desired scaling of the input data to apply to reduce computation.

Returns:

The desired integer scaling factor; a value of 1 indicates no scaling; a value above 1 indicates down-scaling by the provided factor (i.e. 2 indicates down-scale by a factor of 2).