#include <kinect_error.h>
| Public Types | |
| typedef pcl::Filter< PointT > ::PointCloud | PointCloud | 
| typedef PointCloud::ConstPtr | PointCloudConstPtr | 
| typedef PointCloud::Ptr | PointCloudPtr | 
| Public Member Functions | |
| void | applyFilter (PointCloud &output) | 
| float | getStandardDeviation () | 
| KinectErrorGenerator () | |
| void | setStandardDeviation (float f) | 
| Protected Attributes | |
| double | standard_deviation_ | 
Definition at line 82 of file kinect_error.h.
| typedef pcl::Filter<PointT>::PointCloud preprocessing::KinectErrorGenerator< PointT >::PointCloud | 
Definition at line 87 of file kinect_error.h.
| typedef PointCloud::ConstPtr preprocessing::KinectErrorGenerator< PointT >::PointCloudConstPtr | 
Definition at line 89 of file kinect_error.h.
| typedef PointCloud::Ptr preprocessing::KinectErrorGenerator< PointT >::PointCloudPtr | 
Definition at line 88 of file kinect_error.h.
| preprocessing::KinectErrorGenerator< PointT >::KinectErrorGenerator | ( | ) |  [inline] | 
Definition at line 92 of file kinect_error.h.
| void preprocessing::KinectErrorGenerator< PointT >::applyFilter | ( | PointCloud & | output | ) | 
with confidence values greater the filter limit will be discarded with in filter limits will be the output PointCloud
Definition at line 73 of file kinect_error.hpp.
| float preprocessing::KinectErrorGenerator< PointT >::getStandardDeviation | ( | ) |  [inline] | 
Definition at line 97 of file kinect_error.h.
| void preprocessing::KinectErrorGenerator< PointT >::setStandardDeviation | ( | float | f | ) |  [inline] | 
Definition at line 96 of file kinect_error.h.
| double preprocessing::KinectErrorGenerator< PointT >::standard_deviation_  [protected] | 
Definition at line 107 of file kinect_error.h.