Apollo  6.0
Open source self driving car software
Namespaces | Functions
math_functions.h File Reference
#include "modules/perception/base/object_types.h"
Include dependency graph for math_functions.h:
This graph shows which files directly or indirectly include this file:

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)