|
Noether
0.0.0
|
Base class for extracting a point cloud subset from an input given a set of boundary points.
#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. | |
|
pure virtual |
| cloud | |
| boundary | - ordered 3D points (row-wise) defining a closed boundary polygon |
Implemented in noether::ExtrudedPolygonSubsetExtractor.