#include <crf_normal_segmentation.h>
Public Member Functions | |
CrfNormalSegmentation () | |
Constructor that sets default values for member variables. | |
void | segmentPoints () |
This method simply launches the segmentation algorithm. | |
void | setCloud (typename pcl::PointCloud< PointT >::Ptr input_cloud) |
This method sets the input cloud. | |
~CrfNormalSegmentation () | |
Destructor that frees memory. |
Definition at line 49 of file crf_normal_segmentation.h.
pcl::CrfNormalSegmentation< PointT >::CrfNormalSegmentation | ( | ) |
Constructor that sets default values for member variables.
Definition at line 50 of file crf_normal_segmentation.hpp.
pcl::CrfNormalSegmentation< PointT >::~CrfNormalSegmentation | ( | ) |
Destructor that frees memory.
Definition at line 56 of file crf_normal_segmentation.hpp.
void pcl::CrfNormalSegmentation< PointT >::segmentPoints | ( | ) |
This method simply launches the segmentation algorithm.
Definition at line 74 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 62 of file crf_normal_segmentation.hpp.