Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/segmentation/crf_normal_segmentation.h>
Public Member Functions | |
CrfNormalSegmentation () | |
Constructor that sets default values for member variables. More... | |
~CrfNormalSegmentation () | |
Destructor that frees memory. More... | |
void | setCloud (typename pcl::PointCloud< PointT >::Ptr input_cloud) |
This method sets the input cloud. More... | |
void | segmentPoints () |
This method simply launches the segmentation algorithm. More... | |
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.