|
|
Presence detector results container. More...
#include <acc_detector_presence_processing.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 |
Presence detector results container.
Definition at line 30 of file acc_detector_presence_processing.h.
| float* acc_detector_presence_processing_result_t::depthwise_inter_presence_scores |
Definition at line 37 of file acc_detector_presence_processing.h.
| float* acc_detector_presence_processing_result_t::depthwise_intra_presence_scores |
Definition at line 36 of file acc_detector_presence_processing.h.
| uint32_t acc_detector_presence_processing_result_t::depthwise_presence_scores_length |
Definition at line 38 of file acc_detector_presence_processing.h.
| float acc_detector_presence_processing_result_t::inter_presence_score |
Definition at line 34 of file acc_detector_presence_processing.h.
| float acc_detector_presence_processing_result_t::intra_presence_score |
Definition at line 33 of file acc_detector_presence_processing.h.
| bool acc_detector_presence_processing_result_t::presence_detected |
Definition at line 32 of file acc_detector_presence_processing.h.
| float acc_detector_presence_processing_result_t::presence_distance |
Definition at line 35 of file acc_detector_presence_processing.h.