Personal Protection Equipment estimation structure (a.k.a. PPE) This structure contains prediction scores per each personal equipment attribute.
More...
#include <IPPEEstimator.h>
|
|
float | positive = 0.0f |
| |
|
float | negative = 0.0f |
| |
|
float | unknown = 0.0f |
| |
Personal Protection Equipment estimation structure (a.k.a. PPE) This structure contains prediction scores per each personal equipment attribute.
positive: score that tells wether person is wearing specific PE attribute;
negative: score that tells wether person is not wearing specific PE attribute;
unknown: score that tells wether person wears specific PE attribute is unknown; - Note
- All 3 prediction scores should sum up to 1.
◆ PPEState
| Enumerator |
|---|
| Positive | person is wearing specific personal equipment;
|
| Negative | person isn't wearing specific personal equipment;
|
| Unknown | it's hard to tell wether person wears specific personal equipment.
|
| Count | state count
|
The documentation for this struct was generated from the following file: