#include <string>#include <pcl/register_point_struct.h>#include <pcl/io/pcd_io.h>#include <pcl/io/vtk_lib_io.h>#include <pcl/filters/voxel_grid.h>#include <pcl/point_types.h>#include <pcl/console/parse.h>#include <pcl/visualization/vtk.h>#include "boost.h"
Go to the source code of this file.
Classes | |
| struct | ScanParameters |
Defines | |
| #define | EPS 0.00001 |
Functions | |
| vtkPolyData * | loadDataSet (const char *file_name) |
| Loads a 3D point cloud from a given fileName, and returns: a vtkDataSet object containing the point cloud. | |
| int | main (int argc, char **argv) |
| #define EPS 0.00001 |
Definition at line 58 of file virtual_scanner.cpp.
| vtkPolyData* loadDataSet | ( | const char * | file_name | ) |
Loads a 3D point cloud from a given fileName, and returns: a vtkDataSet object containing the point cloud.
| file_name | the name of the file containing the dataset |
Definition at line 75 of file virtual_scanner.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 100 of file virtual_scanner.cpp.