#include <sensor_msgs/PointCloud2.h>
#include <pcl/io/pcd_io.h>
#include <pcl/io/vtk_io.h>
#include <pcl/surface/poisson.h>
#include <pcl/console/print.h>
#include <pcl/console/parse.h>
#include <pcl/console/time.h>
#include <fstream>
Go to the source code of this file.
Functions | |
void | compute (const sensor_msgs::PointCloud2::ConstPtr &input, PolygonMesh &output, float, float, int) |
bool | loadCloud (const std::string &filename, sensor_msgs::PointCloud2 &cloud) |
int | main (int argc, char **argv) |
void | printHelp (int, char **argv) |
void | saveCloud (const std::string &filename, const PolygonMesh &output) |
Variables | |
float | default_iso_level = 0.0f |
float | default_leaf_size = 0.01f |
int | default_use_dot = 1 |
void compute | ( | const sensor_msgs::PointCloud2::ConstPtr & | input, |
PolygonMesh & | output, | ||
float | , | ||
float | , | ||
int | |||
) |
Definition at line 86 of file poisson_reconstruction.cpp.
bool loadCloud | ( | const std::string & | filename, |
sensor_msgs::PointCloud2 & | cloud | ||
) |
Definition at line 71 of file poisson_reconstruction.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 132 of file poisson_reconstruction.cpp.
void printHelp | ( | int | , |
char ** | argv | ||
) |
Definition at line 58 of file poisson_reconstruction.cpp.
void saveCloud | ( | const std::string & | filename, |
const PolygonMesh & | output | ||
) |
Definition at line 119 of file poisson_reconstruction.cpp.
float default_iso_level = 0.0f |
Definition at line 54 of file poisson_reconstruction.cpp.
float default_leaf_size = 0.01f |
Definition at line 53 of file poisson_reconstruction.cpp.
int default_use_dot = 1 |
Definition at line 55 of file poisson_reconstruction.cpp.