Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
int32_t | opmode |
Current opmode. | |
uint32_t | num_identities |
The number of identities in the database. | |
uint32_t | recognized_identity |
The index of the recognized identity. | |
char | recognized_name [64] |
The name of the recognized identity. | |
uint32_t | num_detections |
Number of currently detected faces. | |
uint32_t | num_recognitions |
Number of recognized faces. | |
uint32_t | most_likely_identity |
The identity that was recognized most prevalently. | |
float | history_ratio |
The ratio of the most likely identity showing up in the history and the length of the history. | |
float | sec_since_detection |
Time in seconds since the last successful detection. | |
int32_t | visibility_history |
The number of consecutive sighting ( <= 1 ) and non-sightings ( >= -1 ), respectively. | |
bool | learning_in_progress |
Indicates whether a new identity is currently learnt. | |
float | recording_progress |
Indicates the progress of recording images of a new face. | |
float | bearing |
The relative bearing to the recognized face in radians. | |
float | slope |
The relative slope to the recognized face in radians. | |
uint32_t | requested_index |
Index of the identity for which the name was requested. | |
char | requested_name [64] |
Requested name. |
Internal data storage, do NOT modify!
The relative bearing to the recognized face in radians.
Definition at line 97 of file FacerInterface.h.
The ratio of the most likely identity showing up in the history and the length of the history.
Definition at line 79 of file FacerInterface.h.
Indicates whether a new identity is currently learnt.
If learning is in progress only "old" faces can be recognized.
Definition at line 90 of file FacerInterface.h.
The identity that was recognized most prevalently.
Definition at line 76 of file FacerInterface.h.
Number of currently detected faces.
Definition at line 70 of file FacerInterface.h.
The number of identities in the database.
Definition at line 61 of file FacerInterface.h.
Number of recognized faces.
Definition at line 73 of file FacerInterface.h.
Current opmode.
Definition at line 58 of file FacerInterface.h.
Referenced by fawkes::FacerInterface::SetOpmodeMessage::opmode(), and fawkes::FacerInterface::SetOpmodeMessage::set_opmode().
The index of the recognized identity.
Definition at line 64 of file FacerInterface.h.
The name of the recognized identity.
Definition at line 67 of file FacerInterface.h.
Indicates the progress of recording images of a new face.
Definition at line 94 of file FacerInterface.h.
Index of the identity for which the name was requested.
Definition at line 103 of file FacerInterface.h.
Requested name.
Definition at line 106 of file FacerInterface.h.
Time in seconds since the last successful detection.
Definition at line 83 of file FacerInterface.h.
The relative slope to the recognized face in radians.
Definition at line 100 of file FacerInterface.h.
Interface Unix timestamp, seconds.
Definition at line 56 of file FacerInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 57 of file FacerInterface.h.
The number of consecutive sighting ( <= 1 ) and non-sightings ( >= -1 ), respectively.
Definition at line 86 of file FacerInterface.h.