41 #ifndef PCL_PEOPLE_PERSON_CLUSTER_H_
42 #define PCL_PEOPLE_PERSON_CLUSTER_H_
44 #include <pcl/point_types.h>
45 #include <pcl/visualization/pcl_visualizer.h>
56 template <
typename Po
intT>
bool operator<(const PersonCluster<PointT>& c1,
const PersonCluster<PointT>& c2);
58 template <
typename Po
intT>
146 const Eigen::VectorXf& ground_coeffs,
147 float sqrt_ground_coeffs,
149 bool vertical =
false);
177 updateHeight (
const Eigen::VectorXf& ground_coeffs,
float sqrt_ground_coeffs);
322 const Eigen::VectorXf& ground_coeffs,
323 float sqrt_ground_coeffs,
330 #include <pcl/people/impl/person_cluster.hpp>