.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10. .TH PCL_POISSON_RECONSTRUCTION "1" "May 2014" "pcl_poisson_reconstruction 1.7.1" "User Commands" .SH NAME pcl_poisson_reconstruction \- pcl_poisson_reconstruction .SH DESCRIPTION Syntax is: pcl_poisson_reconstruction input.pcd output.vtk Compute the surface reconstruction of a point cloud using the Poisson surface reconstruction (pcl::surface::Poisson). For more information, use: pcl_poisson_reconstruction \fB\-h\fR where options are: \fB\-depth\fR X= set the maximum depth of the tree that will be used for surface reconstruction (default: 8) \fB\-solver_divide\fR X = set the the depth at which a block Gauss\-Seidel solver is used to solve the Laplacian equation (default: 8) \fB\-iso_divide\fR X= Set the depth at which a block iso\-surface extractor should be used to extract the iso\-surface (default: 8) \fB\-point_weight\fR X = Specifies the importance that interpolation of the point samples is given in the formulation of the screened Poisson equation. The results of the original (unscreened) Poisson Reconstruction can be obtained by setting this value to 0. (default: 4.000000) .SH AUTHOR pcl_poisson_reconstruction is part of Point Cloud Library (PCL) - www.pointclouds.org The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. .PP This manual page was written by Leopold Palomo-Avellaneda with the help of help2man tool and some handmade arrangement for the Debian project (and may be used by others).