|
Point Cloud Library (PCL)
1.6.0
|
PlanarPolygonFusion takes a list of 2D planar polygons and attempts to reduce them to a minimum set that best represents the scene, based on various given comparators. More...
#include <pcl/segmentation/planar_polygon_fusion.h>
Public Member Functions | |
| PlanarPolygonFusion () | |
| Constructor. | |
| virtual | ~PlanarPolygonFusion () |
| Destructor. | |
| void | reset () |
| Reset the state (clean the list of planar models). | |
| void | addInputPolygons (const std::vector< PlanarRegion< PointT >, Eigen::aligned_allocator< PlanarRegion< PointT > > > &input) |
| Set the list of 2D planar polygons to refine. | |
PlanarPolygonFusion takes a list of 2D planar polygons and attempts to reduce them to a minimum set that best represents the scene, based on various given comparators.
Definition at line 52 of file planar_polygon_fusion.h.
| pcl::PlanarPolygonFusion< PointT >::PlanarPolygonFusion | ( | ) | [inline] |
Constructor.
Definition at line 56 of file planar_polygon_fusion.h.
| virtual pcl::PlanarPolygonFusion< PointT >::~PlanarPolygonFusion | ( | ) | [inline, virtual] |
Destructor.
Definition at line 59 of file planar_polygon_fusion.h.
| void pcl::PlanarPolygonFusion< PointT >::addInputPolygons | ( | const std::vector< PlanarRegion< PointT >, Eigen::aligned_allocator< PlanarRegion< PointT > > > & | input | ) | [inline] |
Set the list of 2D planar polygons to refine.
| [in] | input | the list of 2D planar polygons to refine |
Definition at line 72 of file planar_polygon_fusion.h.
| void pcl::PlanarPolygonFusion< PointT >::reset | ( | ) | [inline] |
Reset the state (clean the list of planar models).
Definition at line 63 of file planar_polygon_fusion.h.
1.7.6.1