Apollo
v5.5.0
Open source self driving car software
|
#include <algorithm>
#include <sstream>
#include <string>
#include "modules/perception/base/comparison_traits.h"
#include "modules/perception/base/point.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::base::BBox2D< T > |
struct | apollo::perception::base::Rect< T > |
struct | apollo::perception::base::BBox2D< T > |
Namespaces | |
apollo | |
apollo::perception | |
apollo::perception::base | |
Typedefs | |
typedef Rect< int > | apollo::perception::base::RectI |
typedef Rect< float > | apollo::perception::base::RectF |
typedef Rect< double > | apollo::perception::base::RectD |
typedef BBox2D< int > | apollo::perception::base::BBox2DI |
typedef BBox2D< float > | apollo::perception::base::BBox2DF |
typedef BBox2D< double > | apollo::perception::base::BBox2DD |