|
Apollo
v5.5.0
Open source self driving car software
|
#include <map>#include <string>#include <vector>#include "cyber/common/log.h"#include "cyber/common/macros.h"#include "gflags/gflags.h"#include "modules/perception/base/object_types.h"#include "modules/perception/camera/common/proto/object_template_meta_schema.pb.h"#include "modules/perception/lib/thread/mutex.h"

Go to the source code of this file.
Classes | |
| struct | apollo::perception::camera::ObjectTemplateManagerInitOptions |
| class | apollo::perception::camera::ObjectTemplateManager |
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::camera | |
Typedefs | |
| typedef std::map< base::ObjectSubType, std::vector< float > > | apollo::perception::camera::TemplateMap |
1.8.13