#include "pcl_ros/pcl_nodelet.h"
#include <pcl/surface/mls.h>
#include <dynamic_reconfigure/server.h>
#include "pcl_ros/MLSConfig.h"
Go to the source code of this file.
Classes | |
class | pcl_ros::MovingLeastSquares |
MovingLeastSquares represents a nodelet using the MovingLeastSquares implementation. The type of the output is the same as the input, it only smooths the XYZ coordinates according to the parameters. Normals are estimated at each point as well and published on a separate topic. More... | |
Namespaces | |
pcl_ros | |