|
Point Cloud Library (PCL) 1.15.1-dev
|
#include <pcl/segmentation/crf_normal_segmentation.h>
Public Member Functions | |
| CrfNormalSegmentation () | |
| Constructor that sets default values for member variables. | |
| ~CrfNormalSegmentation () | |
| Destructor that frees memory. | |
| void | setCloud (typename pcl::PointCloud< PointT >::Ptr input_cloud) |
| This method sets the input cloud. | |
| void | segmentPoints () |
| This method simply launches the segmentation algorithm. | |
Definition at line 50 of file crf_normal_segmentation.h.
|
default |
Constructor that sets default values for member variables.
|
default |
Destructor that frees memory.
| void pcl::CrfNormalSegmentation< PointT >::segmentPoints | ( | ) |
This method simply launches the segmentation algorithm.
Definition at line 70 of file crf_normal_segmentation.hpp.
| void pcl::CrfNormalSegmentation< PointT >::setCloud | ( | typename pcl::PointCloud< PointT >::Ptr | input_cloud | ) |
This method sets the input cloud.
| [in] | input_cloud | input point cloud |
Definition at line 58 of file crf_normal_segmentation.hpp.