#include <boost/make_shared.hpp>#include <pcl/point_types.h>#include <pcl/io/pcd_io.h>#include <pcl/io/vtk_io.h>#include <pcl/kdtree/kdtree_flann.h>#include <pcl/surface/mls.h>#include <pcl/surface/gp3.h>#include <pcl/surface/grid_projection.h>
Go to the source code of this file.
Typedefs | |
| typedef KdTree< PointXYZ >::Ptr | KdTreePtr |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| PointCloud< PointXYZ >::Ptr | cloud (new PointCloud< PointXYZ >()) |
| vector< int > | indices |
| KdTreePtr | tree |
Definition at line 51 of file test_mls.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 59 of file test_mls.cpp.
| PointCloud<PointXYZ>::Ptr cloud(new PointCloud< PointXYZ >()) |
| vector<int> indices |
Definition at line 54 of file test_mls.cpp.
Definition at line 55 of file test_mls.cpp.