|
Apollo
v5.5.0
Open source self driving car software
|
#include "modules/perception/common/i_lib/algorithm/i_sort.h"#include "modules/perception/common/i_lib/geometry/i_util.h"

Go to the source code of this file.
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::common | |
Functions | |
| template<typename T > | |
| 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) |
1.8.13