2 #include <pcl/point_types.h>
7 typedef std::vector<int> IntVec;
11 TRAJOPT_API
void ConvexDecomp1(
const pcl::PointCloud<pcl::PointXYZ>::ConstPtr& cloud,
float thresh,
12 std::vector<IntVec>* indices, std::vector< IntVec >* hull_indices);
15 TRAJOPT_API
void ConvexDecomp(
const pcl::PointCloud<pcl::PointXYZ>::ConstPtr& cloud,
const Eigen::MatrixXf& dirs,
float thresh,
16 std::vector<IntVec>* indices, std::vector< IntVec >* hull_indices);