Structure to hold model threshold values for different object classes. This structure contains threshold values for detecting faces, license plates, persons, and vehicles. Class ids are identical to the celantur container.
More...
#include <CompilationParams.h>
Structure to hold model threshold values for different object classes. This structure contains threshold values for detecting faces, license plates, persons, and vehicles. Class ids are identical to the celantur container.
◆ min()
| float celantur::ModelThresholds::min |
( |
| ) |
const |
|
inline |
◆ face
| float celantur::ModelThresholds::face {0.5f} |
◆ license_plate
| float celantur::ModelThresholds::license_plate {0.5f} |
◆ person
| float celantur::ModelThresholds::person {0.5f} |
◆ vehicle
| float celantur::ModelThresholds::vehicle {0.5f} |