#include "jsk_recognition_utils/geo/polygon.h"
#include <pcl/segmentation/extract_polygonal_prism_data.h>
#include <pcl/filters/project_inliers.h>
#include <pcl/surface/convex_hull.h>
#include "jsk_recognition_utils/pcl_util.h"
Go to the source code of this file.
Classes | |
class | jsk_recognition_utils::ConvexPolygon |
Namespaces | |
namespace | jsk_recognition_utils |
Functions | |
template<class PointT > | |
ConvexPolygon::Ptr | jsk_recognition_utils::convexFromCoefficientsAndInliers (const typename pcl::PointCloud< PointT >::Ptr cloud, const pcl::PointIndices::Ptr inliers, const pcl::ModelCoefficients::Ptr coefficients) |