#include <ros/ros.h>#include "pcl/point_types.h"#include "pcl/surface/mls.h"#include <pcl/pcl_base.h>#include "pcl/features/normal_3d.h"#include <Eigen/SVD>#include "pcl/ros/conversions.h"

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
surface_mls exemplifies how to use a MovingLeastSquares surface reconstruction algorithm.
Definition at line 50 of file surface_mls.cpp.