40 #ifndef PCL_CRF_NORMAL_SEGMENTATION_HPP_
41 #define PCL_CRF_NORMAL_SEGMENTATION_HPP_
43 #include <pcl/segmentation/crf_normal_segmentation.h>
45 #include <pcl/point_cloud.h>
49 template <
typename Po
intT>
53 template <
typename Po
intT>
57 template <
typename Po
intT>
void
69 template <
typename Po
intT>
void
74 #define PCL_INSTANTIATE_CrfNormalSegmentation(T) template class PCL_EXPORTS pcl::CrfNormalSegmentation<T>;
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.
shared_ptr< PointCloud< PointT > > Ptr
Defines all the PCL implemented PointT point type structures.