Home
last modified time | relevance | path

Searched refs:min_points_for_cal (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c57 sphere_cal->min_points_for_cal = MIN_NUM_SPHERE_FIT_POINTS; in sphereFitInit()
59 sphere_cal->min_points_for_cal = min_num_points_for_cal; in sphereFitInit()
93 if (data->num_fit_points >= sphere_cal->min_points_for_cal) { in sphereFitRunCal()
Dsphere_fit_calibration.h95 size_t min_points_for_cal; member