Apollo
6.0
Open source self driving car software
|
#include "modules/perception/base/object_types.h"
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::camera | |
Functions | |
template<typename Dtype > | |
Dtype | apollo::perception::camera::sigmoid (Dtype x) |
template<typename Dtype > | |
Dtype | apollo::perception::camera::gaussian (Dtype x, Dtype mu, Dtype sigma) |
template<typename Dtype > | |
Dtype | apollo::perception::camera::sqr (Dtype x) |