Inshaping: include/ConvexHull.h Source File

Inshaping

Inshaping  0.1
ConvexHull.h
Go to the documentation of this file.
1 #include<Common.h>
2 #include<DistanceComputationTools.h>
3 #include<pcl/surface/convex_hull.h>
4 #include<Convert.h>
5 
6 namespace Inshape
7 {
10  namespace ConvexHull
11  {
12  pcl::PolygonMesh::Ptr getConvexHull(pcl::PointCloud<pcl::PointXYZ>::Ptr& cloud);
13 
14  pcl::PointCloud<pcl::PointXYZ>::Ptr filterWithHull(pcl::PointCloud<pcl::PointXYZ>::Ptr & bodyshead, pcl::PointCloud<pcl::PointXYZ>::Ptr & head, double threshold);
15  }
18 }
Definition: AfterProcess.h:9
pcl::PointCloud< pcl::PointXYZ >::Ptr filterWithHull(pcl::PointCloud< pcl::PointXYZ >::Ptr &bodyshead, pcl::PointCloud< pcl::PointXYZ >::Ptr &head, double threshold)
Definition: ConvexHull.cpp:36
pcl::PolygonMesh::Ptr getConvexHull(pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud)
Definition: ConvexHull.cpp:25
Generated by   doxygen 1.8.14