Public Types | |
typedef pcl::PointCloud < pcl::FPFHSignature33 > | LocalFeatures |
typedef pcl::PointCloud < pcl::PointXYZ > | PointCloud |
typedef pcl::KdTreeFLANN < pcl::PointXYZ > | SearchMethod |
typedef pcl::PointCloud < pcl::Normal > | SurfaceNormals |
Public Member Functions | |
FeatureCloud () | |
LocalFeatures::Ptr | getLocalFeatures () const |
PointCloud::Ptr | getPointCloud () const |
SurfaceNormals::Ptr | getSurfaceNormals () const |
void | setInputCloud (PointCloud::Ptr xyz) |
~FeatureCloud () | |
Protected Member Functions | |
void | computeLocalFeatures () |
void | computeSurfaceNormals () |
void | processInput () |
Private Attributes | |
float | feature_radius_ |
LocalFeatures::Ptr | features_ |
float | normal_radius_ |
SurfaceNormals::Ptr | normals_ |
SearchMethod::Ptr | search_method_xyz_ |
PointCloud::Ptr | xyz_ |
Definition at line 25 of file batchTesterHistogramFPFH.cc.
typedef pcl::PointCloud<pcl::FPFHSignature33> FeatureCloud::LocalFeatures |
Definition at line 31 of file batchTesterHistogramFPFH.cc.
typedef pcl::PointCloud<pcl::PointXYZ> FeatureCloud::PointCloud |
Definition at line 29 of file batchTesterHistogramFPFH.cc.
typedef pcl::KdTreeFLANN<pcl::PointXYZ> FeatureCloud::SearchMethod |
Definition at line 32 of file batchTesterHistogramFPFH.cc.
typedef pcl::PointCloud<pcl::Normal> FeatureCloud::SurfaceNormals |
Definition at line 30 of file batchTesterHistogramFPFH.cc.
FeatureCloud::FeatureCloud | ( | ) | [inline] |
Definition at line 34 of file batchTesterHistogramFPFH.cc.
FeatureCloud::~FeatureCloud | ( | ) | [inline] |
Definition at line 41 of file batchTesterHistogramFPFH.cc.
void FeatureCloud::computeLocalFeatures | ( | ) | [inline, protected] |
Definition at line 96 of file batchTesterHistogramFPFH.cc.
void FeatureCloud::computeSurfaceNormals | ( | ) | [inline, protected] |
Definition at line 83 of file batchTesterHistogramFPFH.cc.
LocalFeatures::Ptr FeatureCloud::getLocalFeatures | ( | ) | const [inline] |
Definition at line 67 of file batchTesterHistogramFPFH.cc.
PointCloud::Ptr FeatureCloud::getPointCloud | ( | ) | const [inline] |
Definition at line 53 of file batchTesterHistogramFPFH.cc.
SurfaceNormals::Ptr FeatureCloud::getSurfaceNormals | ( | ) | const [inline] |
Definition at line 60 of file batchTesterHistogramFPFH.cc.
void FeatureCloud::processInput | ( | ) | [inline, protected] |
Definition at line 75 of file batchTesterHistogramFPFH.cc.
void FeatureCloud::setInputCloud | ( | PointCloud::Ptr | xyz | ) | [inline] |
Definition at line 45 of file batchTesterHistogramFPFH.cc.
float FeatureCloud::feature_radius_ [private] |
Definition at line 117 of file batchTesterHistogramFPFH.cc.
LocalFeatures::Ptr FeatureCloud::features_ [private] |
Definition at line 112 of file batchTesterHistogramFPFH.cc.
float FeatureCloud::normal_radius_ [private] |
Definition at line 116 of file batchTesterHistogramFPFH.cc.
SurfaceNormals::Ptr FeatureCloud::normals_ [private] |
Definition at line 111 of file batchTesterHistogramFPFH.cc.
SearchMethod::Ptr FeatureCloud::search_method_xyz_ [private] |
Definition at line 113 of file batchTesterHistogramFPFH.cc.
PointCloud::Ptr FeatureCloud::xyz_ [private] |
Definition at line 110 of file batchTesterHistogramFPFH.cc.