Definition at line 72 of file openni_boundary_estimation.cpp.
typedef pcl::PointCloud<PointType> OpenNIIntegralImageNormalEstimation< PointType >::Cloud |
Definition at line 67 of file openni_ii_normal_estimation.cpp.
typedef pcl::PointCloud<pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::Cloud |
Definition at line 75 of file openni_boundary_estimation.cpp.
typedef Cloud::ConstPtr OpenNIIntegralImageNormalEstimation< PointType >::CloudConstPtr |
Definition at line 69 of file openni_ii_normal_estimation.cpp.
typedef Cloud::ConstPtr OpenNIIntegralImageNormalEstimation< PointType >::CloudConstPtr |
Definition at line 77 of file openni_boundary_estimation.cpp.
typedef Cloud::Ptr OpenNIIntegralImageNormalEstimation< PointType >::CloudPtr |
Definition at line 68 of file openni_ii_normal_estimation.cpp.
typedef Cloud::Ptr OpenNIIntegralImageNormalEstimation< PointType >::CloudPtr |
Definition at line 76 of file openni_boundary_estimation.cpp.
OpenNIIntegralImageNormalEstimation< PointType >::OpenNIIntegralImageNormalEstimation | ( | const std::string & | device_id = "" | ) | [inline] |
Definition at line 79 of file openni_boundary_estimation.cpp.
OpenNIIntegralImageNormalEstimation< PointType >::OpenNIIntegralImageNormalEstimation | ( | const std::string & | device_id = "" | ) | [inline] |
Definition at line 71 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::cloud_cb | ( | const CloudConstPtr & | cloud | ) | [inline] |
Definition at line 84 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::cloud_cb | ( | const pcl::PointCloud< pcl::PointXYZRGB >::ConstPtr & | cloud | ) | [inline] |
Definition at line 97 of file openni_boundary_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::keyboard_callback | ( | const pcl::visualization::KeyboardEvent & | event, |
void * | |||
) | [inline] |
Definition at line 135 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::run | ( | ) | [inline] |
Definition at line 156 of file openni_boundary_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::run | ( | ) | [inline] |
Definition at line 160 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::viz_cb | ( | pcl::visualization::PCLVisualizer & | viz | ) | [inline] |
Definition at line 104 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::viz_cb | ( | pcl::visualization::PCLVisualizer & | viz | ) | [inline] |
Definition at line 124 of file openni_boundary_estimation.cpp.
pcl::BoundaryEstimation<pcl::PointXYZRGBNormal, pcl::PointXYZRGBNormal, pcl::Boundary> OpenNIIntegralImageNormalEstimation< PointType >::be_ |
Definition at line 177 of file openni_boundary_estimation.cpp.
pcl::PointCloud<pcl::Boundary>::Ptr OpenNIIntegralImageNormalEstimation< PointType >::boundaries_ |
Definition at line 182 of file openni_boundary_estimation.cpp.
CloudPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_ |
Definition at line 183 of file openni_boundary_estimation.cpp.
CloudConstPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_ |
Definition at line 185 of file openni_ii_normal_estimation.cpp.
CloudPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_pass_ |
Definition at line 183 of file openni_boundary_estimation.cpp.
std::string OpenNIIntegralImageNormalEstimation< PointType >::device_id_ |
Definition at line 179 of file openni_boundary_estimation.cpp.
boost::mutex OpenNIIntegralImageNormalEstimation< PointType >::mtx_ |
Definition at line 180 of file openni_boundary_estimation.cpp.
pcl::IntegralImageNormalEstimation<pcl::PointXYZRGB, pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::ne_ |
Definition at line 176 of file openni_boundary_estimation.cpp.
pcl::IntegralImageNormalEstimation<PointType, pcl::Normal> OpenNIIntegralImageNormalEstimation< PointType >::ne_ |
Definition at line 179 of file openni_ii_normal_estimation.cpp.
bool OpenNIIntegralImageNormalEstimation< PointType >::new_cloud_ |
Definition at line 184 of file openni_boundary_estimation.cpp.
pcl::PointCloud<pcl::Normal>::Ptr OpenNIIntegralImageNormalEstimation< PointType >::normals_ |
Definition at line 184 of file openni_ii_normal_estimation.cpp.
pcl::ApproximateVoxelGrid<pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::pass_ |
Definition at line 175 of file openni_boundary_estimation.cpp.
pcl::visualization::CloudViewer OpenNIIntegralImageNormalEstimation< PointType >::viewer |
Definition at line 178 of file openni_boundary_estimation.cpp.