|
Apollo 10.0
自动驾驶开放平台
|
函数 | |
| void | FromStdToVector (const std::vector< float > &src_prob, Vectord *dst_prob) |
| From std to vector | |
| void | FromEigenToVector (const Vectord &src_prob, std::vector< float > *dst_prob) |
| Transfrom Eigen to vector | |
| void | ToLog (Vectord *prob) |
| Compute log of Vectord | |
| void | ToExp (Vectord *prob) |
| Compute exponential of Vectord | |
| void | ToExpStable (Vectord *prob) |
| Compute stable exponential of Vectord | |
| void | Normalize (Vectord *prob) |
| Compute normalize of Vectord | |
| void | NormalizeRow (Matrixd *prob) |
| Compute normalize row of Matrixd | |
| bool | LoadSingleMatrix (std::ifstream &fin, Matrixd *matrix) |
| Load single matrix | |
| bool | LoadSingleMatrixFile (const std::string &filename, Matrixd *matrix) |
| Load single matrix from file | |
| bool | LoadMultipleMatricesFile (const std::string &filename, EigenMap< std::string, Matrixd > *matrices) |
| bool | LoadMultipleMatricesFile (const std::string &filename, apollo::common::EigenMap< std::string, Matrixd > *matrices) |
| Load multiple matrices from file | |
| void apollo::perception::radar4d::util::FromEigenToVector | ( | const Vectord & | src_prob, |
| std::vector< float > * | dst_prob | ||
| ) |
Transfrom Eigen to vector
| src_prob | |
| dst_prob |
| void apollo::perception::radar4d::util::FromStdToVector | ( | const std::vector< float > & | src_prob, |
| Vectord * | dst_prob | ||
| ) |
| bool apollo::perception::radar4d::util::LoadMultipleMatricesFile | ( | const std::string & | filename, |
| apollo::common::EigenMap< std::string, Matrixd > * | matrices | ||
| ) |
Load multiple matrices from file
| filename | file to load matrices |
| matrices |
| bool apollo::perception::radar4d::util::LoadMultipleMatricesFile | ( | const std::string & | filename, |
| EigenMap< std::string, Matrixd > * | matrices | ||
| ) |
| bool apollo::perception::radar4d::util::LoadSingleMatrix | ( | std::ifstream & | fin, |
| Matrixd * | matrix | ||
| ) |
| bool apollo::perception::radar4d::util::LoadSingleMatrixFile | ( | const std::string & | filename, |
| Matrixd * | matrix | ||
| ) |
Load single matrix from file
| filename | file to load matrix |
| matrix |
| void apollo::perception::radar4d::util::Normalize | ( | Vectord * | prob | ) |
| void apollo::perception::radar4d::util::NormalizeRow | ( | Matrixd * | prob | ) |
Compute normalize row of Matrixd
| prob |
| void apollo::perception::radar4d::util::ToExp | ( | Vectord * | prob | ) |
| void apollo::perception::radar4d::util::ToExpStable | ( | Vectord * | prob | ) |