![]() |
Noether
0.0.0
|
Extracts the submesh with the vertices captured inside an extruded polygon defined by the input boundary points. More...
#include <extruded_polygon_subset_extractor.h>
Classes | |
struct | Params |
Public Member Functions | |
std::vector< int > | extract (const pcl::PCLPointCloud2 &cloud, const Eigen::MatrixX3d &boundary) const override |
Extracts the inlying subset of points from a cloud given a set of boundary points. | |
Public Attributes | |
Params | params |
Extracts the submesh with the vertices captured inside an extruded polygon defined by the input boundary points.
Operations
|
overridevirtual |
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 |
Implements noether::SubsetExtractor.