|
|
#include <VisionX/components/pointcloud_processor/PointCloudSegmenter/Deep_Segmenter.h>
Public Member Functions | |
| DeepSegClass () | |
| armarx::Blob | GetImageFromPointCloud (pcl::PointCloud< pcl::PointXYZRGBA >::Ptr &CloudPtr) |
| pcl::PointCloud< pcl::PointXYZRGBL >::Ptr & | GetLabeledPointCloud (pcl::PointCloud< pcl::PointXYZRGBA >::Ptr &CloudPtr, armarx::Blob segmentImage) |
Definition at line 40 of file Deep_Segmenter.h.
| DeepSegClass | ( | ) |
Definition at line 27 of file Deep_Segmenter.cpp.
| armarx::Blob GetImageFromPointCloud | ( | pcl::PointCloud< pcl::PointXYZRGBA >::Ptr & | CloudPtr | ) |
Definition at line 64 of file Deep_Segmenter.cpp.
| pcl::PointCloud< pcl::PointXYZRGBL >::Ptr & GetLabeledPointCloud | ( | pcl::PointCloud< pcl::PointXYZRGBA >::Ptr & | CloudPtr, |
| armarx::Blob | segmentImage ) |
Definition at line 33 of file Deep_Segmenter.cpp.