Definition at line 69 of file openni_boundary_estimation.cpp.
typedef pcl::PointCloud<PointType> OpenNIIntegralImageNormalEstimation< PointType >::Cloud |
Definition at line 65 of file openni_ii_normal_estimation.cpp.
typedef pcl::PointCloud<pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::Cloud |
Definition at line 72 of file openni_boundary_estimation.cpp.
typedef Cloud::ConstPtr OpenNIIntegralImageNormalEstimation< PointType >::CloudConstPtr |
Definition at line 67 of file openni_ii_normal_estimation.cpp.
typedef Cloud::ConstPtr OpenNIIntegralImageNormalEstimation< PointType >::CloudConstPtr |
Definition at line 74 of file openni_boundary_estimation.cpp.
typedef Cloud::Ptr OpenNIIntegralImageNormalEstimation< PointType >::CloudPtr |
Definition at line 66 of file openni_ii_normal_estimation.cpp.
typedef Cloud::Ptr OpenNIIntegralImageNormalEstimation< PointType >::CloudPtr |
Definition at line 73 of file openni_boundary_estimation.cpp.
OpenNIIntegralImageNormalEstimation< PointType >::OpenNIIntegralImageNormalEstimation | ( | const std::string & | device_id = "" | ) | [inline] |
Definition at line 76 of file openni_boundary_estimation.cpp.
OpenNIIntegralImageNormalEstimation< PointType >::OpenNIIntegralImageNormalEstimation | ( | const std::string & | device_id = "" | ) | [inline] |
Definition at line 69 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::cloud_cb | ( | const CloudConstPtr & | cloud | ) | [inline] |
Definition at line 82 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::cloud_cb | ( | const pcl::PointCloud< pcl::PointXYZRGB >::ConstPtr & | cloud | ) | [inline] |
Definition at line 94 of file openni_boundary_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::keyboard_callback | ( | const pcl::visualization::KeyboardEvent & | event, |
void * | |||
) | [inline] |
Definition at line 133 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::run | ( | ) | [inline] |
Definition at line 153 of file openni_boundary_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::run | ( | ) | [inline] |
Definition at line 158 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::viz_cb | ( | pcl::visualization::PCLVisualizer & | viz | ) | [inline] |
Definition at line 102 of file openni_ii_normal_estimation.cpp.
void OpenNIIntegralImageNormalEstimation< PointType >::viz_cb | ( | pcl::visualization::PCLVisualizer & | viz | ) | [inline] |
Definition at line 121 of file openni_boundary_estimation.cpp.
pcl::BoundaryEstimation<pcl::PointXYZRGBNormal, pcl::PointXYZRGBNormal, pcl::Boundary> OpenNIIntegralImageNormalEstimation< PointType >::be_ |
Definition at line 174 of file openni_boundary_estimation.cpp.
pcl::PointCloud<pcl::Boundary>::Ptr OpenNIIntegralImageNormalEstimation< PointType >::boundaries_ |
Definition at line 179 of file openni_boundary_estimation.cpp.
CloudPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_ |
Definition at line 180 of file openni_boundary_estimation.cpp.
CloudConstPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_ |
Definition at line 183 of file openni_ii_normal_estimation.cpp.
CloudPtr OpenNIIntegralImageNormalEstimation< PointType >::cloud_pass_ |
Definition at line 180 of file openni_boundary_estimation.cpp.
std::string OpenNIIntegralImageNormalEstimation< PointType >::device_id_ |
Definition at line 176 of file openni_boundary_estimation.cpp.
boost::mutex OpenNIIntegralImageNormalEstimation< PointType >::mtx_ |
Definition at line 177 of file openni_boundary_estimation.cpp.
pcl::IntegralImageNormalEstimation<pcl::PointXYZRGB, pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::ne_ |
Definition at line 173 of file openni_boundary_estimation.cpp.
pcl::IntegralImageNormalEstimation<PointType, pcl::Normal> OpenNIIntegralImageNormalEstimation< PointType >::ne_ |
Definition at line 177 of file openni_ii_normal_estimation.cpp.
bool OpenNIIntegralImageNormalEstimation< PointType >::new_cloud_ |
Definition at line 181 of file openni_boundary_estimation.cpp.
pcl::PointCloud<pcl::Normal>::Ptr OpenNIIntegralImageNormalEstimation< PointType >::normals_ |
Definition at line 182 of file openni_ii_normal_estimation.cpp.
pcl::ApproximateVoxelGrid<pcl::PointXYZRGBNormal> OpenNIIntegralImageNormalEstimation< PointType >::pass_ |
Definition at line 172 of file openni_boundary_estimation.cpp.
pcl::visualization::CloudViewer OpenNIIntegralImageNormalEstimation< PointType >::viewer |
Definition at line 175 of file openni_boundary_estimation.cpp.