KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
kjb::pt::Detection_box Class Reference

Class that represents a detection bounding box from any source. More...

#include <pt_detection_box.h>

Public Member Functions

 Detection_box (const Bbox &bb, double pnoise, const std::string &model_type)
 Create data box from rectangle and 3D ground location. More...
 

Public Attributes

Bbox bbox
 
double prob_noise
 
std::string type
 

Friends

void swap (Detection_box &b1, Detection_box &b2)
 Swap two detection boxes. More...
 

Detailed Description

Class that represents a detection bounding box from any source.

Constructor & Destructor Documentation

kjb::pt::Detection_box::Detection_box ( const Bbox bb,
double  pnoise,
const std::string &  model_type 
)
inline

Create data box from rectangle and 3D ground location.

Friends And Related Function Documentation

void swap ( Detection_box b1,
Detection_box b2 
)
friend

Swap two detection boxes.

Member Data Documentation

Bbox kjb::pt::Detection_box::bbox
double kjb::pt::Detection_box::prob_noise
std::string kjb::pt::Detection_box::type

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