Apollo 10.0
自动驾驶开放平台
mean_filter.h 文件参考

Defines the MeanFilter class. 更多...

#include <cstdint>
#include <deque>
#include <utility>
#include <vector>
mean_filter.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  apollo::common::MeanFilter
 The MeanFilter class is used to smoothen a series of noisy numbers, such as sensor data or the output of a function that we wish to be smoother. 更多...
 

命名空间

namespace  apollo::common
 apollo::common
 
namespace  apollo
 class register implement
 

详细描述

Defines the MeanFilter class.

在文件 mean_filter.h 中定义.