|
Apollo
v5.5.0
Open source self driving car software
|
#include <memory>#include <string>#include <vector>#include "cyber/common/log.h"#include "modules/perception/base/syncedmem.h"

Go to the source code of this file.
Classes | |
| class | apollo::perception::base::Blob< Dtype > |
| A wrapper around SyncedMemory holders serving as the basic computational unit for images, feature maps, etc. More... | |
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::base | |
Typedefs | |
| template<typename Dtype > | |
| using | apollo::perception::base::BlobPtr = std::shared_ptr< Blob< Dtype > > |
| template<typename Dtype > | |
| using | apollo::perception::base::BlobConstPtr = std::shared_ptr< const Blob< Dtype > > |
Variables | |
| const int | apollo::perception::base::kMaxBlobAxes = 32 |
1.8.13