Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::camera::NormalizedBBox Struct Reference

#include <region_output.h>

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

Public Member Functions

bool operator() (NormalizedBBox i, NormalizedBBox j)
 
bool operator() (NormalizedBBox i, NormalizedBBox j)
 

Public Attributes

float xmin = -1
 
float ymin = -1
 
float xmax = -1
 
float ymax = -1
 
int label = -1
 
float score = -1
 
float size = -1
 
bool mask = false
 

Member Function Documentation

◆ operator()() [1/2]

bool apollo::perception::camera::NormalizedBBox::operator() ( NormalizedBBox  i,
NormalizedBBox  j 
)
inline

◆ operator()() [2/2]

bool apollo::perception::camera::NormalizedBBox::operator() ( NormalizedBBox  i,
NormalizedBBox  j 
)
inline

Member Data Documentation

◆ label

int apollo::perception::camera::NormalizedBBox::label = -1

◆ mask

bool apollo::perception::camera::NormalizedBBox::mask = false

◆ score

float apollo::perception::camera::NormalizedBBox::score = -1

◆ size

float apollo::perception::camera::NormalizedBBox::size = -1

◆ xmax

float apollo::perception::camera::NormalizedBBox::xmax = -1

◆ xmin

float apollo::perception::camera::NormalizedBBox::xmin = -1

◆ ymax

float apollo::perception::camera::NormalizedBBox::ymax = -1

◆ ymin

float apollo::perception::camera::NormalizedBBox::ymin = -1

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