Definition at line 76 of file openni_feature_persistence.cpp.
typedef pcl::PointCloud<PointType> OpenNIFeaturePersistence< PointType >::Cloud |
Definition at line 79 of file openni_feature_persistence.cpp.
typedef Cloud::ConstPtr OpenNIFeaturePersistence< PointType >::CloudConstPtr |
Definition at line 81 of file openni_feature_persistence.cpp.
typedef Cloud::Ptr OpenNIFeaturePersistence< PointType >::CloudPtr |
Definition at line 80 of file openni_feature_persistence.cpp.
OpenNIFeaturePersistence< PointType >::OpenNIFeaturePersistence | ( | float & | subsampling_leaf_size, |
double & | normal_search_radius, | ||
std::vector< float > & | scales_vector, | ||
float & | alpha, | ||
const std::string & | device_id = "" |
||
) | [inline] |
Definition at line 83 of file openni_feature_persistence.cpp.
void OpenNIFeaturePersistence< PointType >::cloud_cb | ( | const CloudConstPtr & | cloud | ) | [inline] |
Definition at line 117 of file openni_feature_persistence.cpp.
void OpenNIFeaturePersistence< PointType >::run | ( | ) | [inline] |
Definition at line 186 of file openni_feature_persistence.cpp.
void OpenNIFeaturePersistence< PointType >::viz_cb | ( | pcl::visualization::PCLVisualizer & | viz | ) | [inline] |
Definition at line 156 of file openni_feature_persistence.cpp.
CloudConstPtr OpenNIFeaturePersistence< PointType >::cloud_ |
Definition at line 221 of file openni_feature_persistence.cpp.
CloudPtr OpenNIFeaturePersistence< PointType >::cloud_subsampled_ |
Definition at line 216 of file openni_feature_persistence.cpp.
pcl::visualization::PointCloudColorHandlerCustom<PointType>::Ptr OpenNIFeaturePersistence< PointType >::colors_ |
Definition at line 219 of file openni_feature_persistence.cpp.
std::string OpenNIFeaturePersistence< PointType >::device_id_ |
Definition at line 213 of file openni_feature_persistence.cpp.
pcl::ExtractIndices<PointType> OpenNIFeaturePersistence< PointType >::extract_indices_filter_ |
Definition at line 210 of file openni_feature_persistence.cpp.
pcl::IndicesPtr OpenNIFeaturePersistence< PointType >::feature_indices_ |
Definition at line 220 of file openni_feature_persistence.cpp.
CloudPtr OpenNIFeaturePersistence< PointType >::feature_locations_ |
Definition at line 216 of file openni_feature_persistence.cpp.
pcl::MultiscaleFeaturePersistence<PointType, pcl::FPFHSignature33> OpenNIFeaturePersistence< PointType >::feature_persistence_ |
Definition at line 209 of file openni_feature_persistence.cpp.
pcl::PointCloud<pcl::FPFHSignature33>::Ptr OpenNIFeaturePersistence< PointType >::features_ |
Definition at line 218 of file openni_feature_persistence.cpp.
pcl::FPFHEstimationOMP<PointType, pcl::Normal, pcl::FPFHSignature33>::Ptr OpenNIFeaturePersistence< PointType >::fpfh_estimation_ |
Definition at line 208 of file openni_feature_persistence.cpp.
boost::mutex OpenNIFeaturePersistence< PointType >::mtx_ |
Definition at line 214 of file openni_feature_persistence.cpp.
bool OpenNIFeaturePersistence< PointType >::new_cloud_ |
Definition at line 222 of file openni_feature_persistence.cpp.
pcl::NormalEstimationOMP<PointType, pcl::Normal> OpenNIFeaturePersistence< PointType >::normal_estimation_filter_ |
Definition at line 207 of file openni_feature_persistence.cpp.
pcl::PointCloud<pcl::Normal>::Ptr OpenNIFeaturePersistence< PointType >::normals_ |
Definition at line 217 of file openni_feature_persistence.cpp.
pcl::VoxelGrid<PointType> OpenNIFeaturePersistence< PointType >::subsampling_filter_ |
Definition at line 206 of file openni_feature_persistence.cpp.
pcl::visualization::CloudViewer OpenNIFeaturePersistence< PointType >::viewer |
Definition at line 212 of file openni_feature_persistence.cpp.