Updated: October 28, 2024 |
Retrieve the scaling factor to apply to the sensor data
#include <adas/adas_external_algo.h>
uint32_t adas_algo_scaling_factor()
This function retrieves the scaling factor to apply to the sensor data in order to reduce the computations of the algorithm.
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).