Cpp-Processing
Public Member Functions | Public Attributes | List of all members
celantur::ModelThresholds Struct Reference

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>

Public Member Functions

float min () const
 

Public Attributes

float face {0.5f}
 
float license_plate {0.5f}
 
float person {0.5f}
 
float vehicle {0.5f}
 

Detailed Description

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.

Member Function Documentation

◆ min()

float celantur::ModelThresholds::min ( ) const
inline

References face, license_plate, person, and vehicle.

Member Data Documentation

◆ 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}