TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Bbox< T > Struct Template Reference
Collaboration diagram for Bbox< T >:

Public Member Functions

 Bbox (T xmin, T ymin, T xmax, T ymax)
 
 Bbox ()=default
 

Public Attributes

xmin
 
ymin
 
xmax
 
ymax
 

Constructor & Destructor Documentation

◆ Bbox() [1/2]

template<typename T >
Bbox< T >::Bbox ( xmin,
ymin,
xmax,
ymax 
)
inline

◆ Bbox() [2/2]

template<typename T >
Bbox< T >::Bbox ( )
default

Member Data Documentation

◆ xmin

template<typename T >
T Bbox< T >::xmin

◆ ymin

template<typename T >
T Bbox< T >::ymin

◆ xmax

template<typename T >
T Bbox< T >::xmax

◆ ymax

template<typename T >
T Bbox< T >::ymax

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