Apollo  6.0
Open source self driving car software
Namespaces | Functions
i_line.h File Reference
#include "modules/perception/common/i_lib/algorithm/i_sort.h"
#include "modules/perception/common/i_lib/geometry/i_util.h"
Include dependency graph for i_line.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::common
 

Functions

template<typename T >
apollo::perception::common::ILineToPointDistance2d (const T *l, const T *p)
 
template<typename T >
void apollo::perception::common::ILineFit2dTotalLeastSquare (T *x, T *l, int n)
 
template<typename T >
void apollo::perception::common::ILineFit2d (const T *x, const T *xp, T *l)