|
Presence detector results container. More...
#include <acc_detector_presence.h>
Data Fields | |
bool | presence_detected |
float | intra_presence_score |
float | inter_presence_score |
float | presence_distance |
float * | depthwise_intra_presence_scores |
float * | depthwise_inter_presence_scores |
uint32_t | depthwise_presence_scores_length |
acc_processing_result_t | processing_result |
Presence detector results container.
Definition at line 50 of file acc_detector_presence.h.
float* acc_detector_presence_result_t::depthwise_inter_presence_scores |
An array of measures of the amount of slow motion detected per distance point. This will point to memory in the buffer supplied to acc_detector_presence_process
Definition at line 77 of file acc_detector_presence.h.
float* acc_detector_presence_result_t::depthwise_intra_presence_scores |
An array of measures of the amount of fast motion detected per distance point. This will point to memory in the buffer supplied to acc_detector_presence_process
Definition at line 72 of file acc_detector_presence.h.
uint32_t acc_detector_presence_result_t::depthwise_presence_scores_length |
The number of elements in the depthwise presence scores arrays
Definition at line 81 of file acc_detector_presence.h.
float acc_detector_presence_result_t::inter_presence_score |
A measure of the amount of slow motion detected
Definition at line 63 of file acc_detector_presence.h.
float acc_detector_presence_result_t::intra_presence_score |
A measure of the amount of fast motion detected
Definition at line 59 of file acc_detector_presence.h.
bool acc_detector_presence_result_t::presence_detected |
true if presence was detected, false otherwise
Definition at line 55 of file acc_detector_presence.h.
float acc_detector_presence_result_t::presence_distance |
The distance, in meters, to the detected object
Definition at line 67 of file acc_detector_presence.h.
acc_processing_result_t acc_detector_presence_result_t::processing_result |
Radar data that the presence detection is based on. This will point to memory in the buffer supplied to acc_detector_presence_process
Definition at line 86 of file acc_detector_presence.h.