1 #ifndef KALMAN_CYLINDERKALMAN_H
2 #define KALMAN_CYLINDERKALMAN_H
17 CylinderKalman(std::vector<float>& detector_radii, std::vector<float>& detector_material,
float B);
25 void subtractProjections(Eigen::Matrix<float,2,1>& m, Eigen::Matrix<float,2,1>& ha, Eigen::Matrix<float,2,1>& diff);