OpenShot Library | libopenshot  0.7.0
Public Member Functions | Public Attributes | List of all members
ClassScore Struct Reference

#include <sort_filter/KalmanTracker.h>

Public Member Functions

 ClassScore ()
 
 ClassScore (int _classId, float _score)
 

Public Attributes

int classId = 0
 
float score = 0.0f
 

Detailed Description

Definition at line 20 of file KalmanTracker.h.

Constructor & Destructor Documentation

◆ ClassScore() [1/2]

ClassScore::ClassScore ( )
inline

Definition at line 24 of file KalmanTracker.h.

◆ ClassScore() [2/2]

ClassScore::ClassScore ( int  _classId,
float  _score 
)
inline

Definition at line 25 of file KalmanTracker.h.

Member Data Documentation

◆ classId

int ClassScore::classId = 0

Definition at line 22 of file KalmanTracker.h.

◆ score

float ClassScore::score = 0.0f

Definition at line 23 of file KalmanTracker.h.


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