Apollo  v5.5.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::camera::Hypothesis Struct Reference

#include <omt_obstacle_tracker.h>

Collaboration diagram for apollo::perception::camera::Hypothesis:
Collaboration graph

Public Member Functions

 Hypothesis ()
 
 Hypothesis (int tar, int obj, float score)
 
bool operator< (const Hypothesis &b) const
 
bool operator> (const Hypothesis &b) const
 

Public Attributes

int target
 
int object
 
float score
 

Constructor & Destructor Documentation

◆ Hypothesis() [1/2]

apollo::perception::camera::Hypothesis::Hypothesis ( )
inline

◆ Hypothesis() [2/2]

apollo::perception::camera::Hypothesis::Hypothesis ( int  tar,
int  obj,
float  score 
)
inline

Member Function Documentation

◆ operator<()

bool apollo::perception::camera::Hypothesis::operator< ( const Hypothesis b) const
inline

◆ operator>()

bool apollo::perception::camera::Hypothesis::operator> ( const Hypothesis b) const
inline

Member Data Documentation

◆ object

int apollo::perception::camera::Hypothesis::object

◆ score

float apollo::perception::camera::Hypothesis::score

◆ target

int apollo::perception::camera::Hypothesis::target

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