acc_detector_presence_processing_result_t Struct Reference

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
 

Detailed Description

Presence detector results container.

Definition at line 30 of file acc_detector_presence_processing.h.

Field Documentation

◆ depthwise_inter_presence_scores

float* acc_detector_presence_processing_result_t::depthwise_inter_presence_scores

Definition at line 37 of file acc_detector_presence_processing.h.

◆ depthwise_intra_presence_scores

float* acc_detector_presence_processing_result_t::depthwise_intra_presence_scores

Definition at line 36 of file acc_detector_presence_processing.h.

◆ depthwise_presence_scores_length

uint32_t acc_detector_presence_processing_result_t::depthwise_presence_scores_length

Definition at line 38 of file acc_detector_presence_processing.h.

◆ inter_presence_score

float acc_detector_presence_processing_result_t::inter_presence_score

Definition at line 34 of file acc_detector_presence_processing.h.

◆ intra_presence_score

float acc_detector_presence_processing_result_t::intra_presence_score

Definition at line 33 of file acc_detector_presence_processing.h.

◆ presence_detected

bool acc_detector_presence_processing_result_t::presence_detected

Definition at line 32 of file acc_detector_presence_processing.h.

◆ presence_distance

float acc_detector_presence_processing_result_t::presence_distance

Definition at line 35 of file acc_detector_presence_processing.h.


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