acc_detector_presence_metadata_t Struct Reference

#include <acc_detector_presence.h>

Data Fields

float start_m
 
float step_length_m
 
uint16_t num_points
 
acc_config_profile_t profile
 

Detailed Description

Field Documentation

◆ num_points

uint16_t acc_detector_presence_metadata_t::num_points

Number of data points in measurement. This is calculated from the requested start and end point and the resulting step length. This corresponds to the length of the depthwise inter/intra presence score results, which can be useful to know already at detector creation.

Definition at line 113 of file acc_detector_presence.h.

◆ profile

acc_config_profile_t acc_detector_presence_metadata_t::profile

Profile used. This can be useful when automatic selection of profile based on start point is enabled through acc_detector_presence_config_auto_profile_set

Definition at line 119 of file acc_detector_presence.h.

◆ start_m

float acc_detector_presence_metadata_t::start_m

Actual start point of measurement in m. This can be useful to know the exact start point of the measurement in m. The resolution of each point is approximately 2.5mm

Definition at line 100 of file acc_detector_presence.h.

◆ step_length_m

float acc_detector_presence_metadata_t::step_length_m

Actual step length between each data point of the measurement in m. This can be useful when automatic selection of step length based on the profile is enabled through acc_detector_presence_config_auto_step_length_set

Definition at line 106 of file acc_detector_presence.h.


The documentation for this struct was generated from the following file: