![]() |
Noether
0.0.0
|
Base class for extracting a point cloud subset from an input given a set of boundary points. More...
#include <subset_extractor.h>
Public Member Functions | |
virtual std::vector< int > | extract (const pcl::PCLPointCloud2 &cloud, const Eigen::MatrixX3d &boundary) const =0 |
Extracts the inlying subset of points from a cloud given a set of boundary points. | |
Base class for extracting a point cloud subset from an input given a set of boundary points.
|
pure virtual |
Extracts the inlying subset of points from a cloud given a set of boundary points.
cloud | |
boundary | - ordered 3D points (row-wise) defining a closed boundary polygon |
Implemented in noether::ExtrudedPolygonSubsetExtractor.