Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <vector>
#include "gtest/gtest_prod.h"
#include "cyber/common/macros.h"
#include "modules/perception/common/i_lib/core/i_alloc.h"
#include "modules/perception/lidar/lib/detector/cnn_segmentation/spp_engine/spp_cluster.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::lidar::SppLabelImage |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Typedefs | |
typedef std::shared_ptr< SppLabelImage > | apollo::perception::lidar::SppLabelImagePtr |
typedef std::shared_ptr< const SppLabelImage > | apollo::perception::lidar::SppLabelImageConstPtr |