|
Apollo 11.0
自动驾驶开放平台
|
#include <kalman_filter.h>
Public 成员函数 | |
| MeanFilter () | |
| void | SetWindow (int window) |
| void | AddMeasure (const Eigen::VectorXd &z) |
| const Eigen::VectorXd & | get_state () const |
| const Eigen::MatrixXd & | get_variance () const |
| int | size () const |
在文件 kalman_filter.h 第 167 行定义.
|
inline |
在文件 kalman_filter.h 第 169 行定义.
| void apollo::perception::camera::MeanFilter::AddMeasure | ( | const Eigen::VectorXd & | z | ) |
在文件 kalman_filter.cc 第 147 行定义.
| const Eigen::VectorXd & apollo::perception::camera::MeanFilter::get_state | ( | ) | const |
在文件 kalman_filter.cc 第 174 行定义.
| const Eigen::MatrixXd & apollo::perception::camera::MeanFilter::get_variance | ( | ) | const |
在文件 kalman_filter.cc 第 176 行定义.
| void apollo::perception::camera::MeanFilter::SetWindow | ( | int | window | ) |
在文件 kalman_filter.cc 第 142 行定义.
|
inline |
在文件 kalman_filter.h 第 176 行定义.