|
Apollo
v5.5.0
Open source self driving car software
|
Functions | |
| void | FromStdToVector (const std::vector< float > &src_prob, Vectord *dst_prob) |
| void | FromEigenToVector (const Vectord &src_prob, std::vector< float > *dst_prob) |
| void | ToLog (Vectord *prob) |
| void | ToExp (Vectord *prob) |
| void | ToExpStable (Vectord *prob) |
| void | Normalize (Vectord *prob) |
| void | NormalizeRow (Matrixd *prob) |
| bool | LoadSingleMatrix (std::ifstream &fin, Matrixd *matrix) |
| bool | LoadSingleMatrixFile (const std::string &filename, Matrixd *matrix) |
| bool | LoadMultipleMatricesFile (const std::string &filename, std::map< std::string, Matrixd > *matrices) |
| void apollo::perception::lidar::util::FromEigenToVector | ( | const Vectord & | src_prob, |
| std::vector< float > * | dst_prob | ||
| ) |
| void apollo::perception::lidar::util::FromStdToVector | ( | const std::vector< float > & | src_prob, |
| Vectord * | dst_prob | ||
| ) |
| bool apollo::perception::lidar::util::LoadMultipleMatricesFile | ( | const std::string & | filename, |
| std::map< std::string, Matrixd > * | matrices | ||
| ) |
| bool apollo::perception::lidar::util::LoadSingleMatrix | ( | std::ifstream & | fin, |
| Matrixd * | matrix | ||
| ) |
| bool apollo::perception::lidar::util::LoadSingleMatrixFile | ( | const std::string & | filename, |
| Matrixd * | matrix | ||
| ) |
| void apollo::perception::lidar::util::Normalize | ( | Vectord * | prob | ) |
| void apollo::perception::lidar::util::NormalizeRow | ( | Matrixd * | prob | ) |
| void apollo::perception::lidar::util::ToExp | ( | Vectord * | prob | ) |
| void apollo::perception::lidar::util::ToExpStable | ( | Vectord * | prob | ) |
| void apollo::perception::lidar::util::ToLog | ( | Vectord * | prob | ) |
1.8.13