1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
.TH PCL_MARCHING_CUBES_RECONSTRUCTION "1" "May 2014" "pcl_marching_cubes_reconstruction 1.7.1" "User Commands"
.SH NAME
pcl_marching_cubes_reconstruction \- pcl_marching_cubes_reconstruction
.SH DESCRIPTION
Syntax is: pcl_marching_cubes_reconstruction input.pcd output.vtk <options>
Compute the surface reconstruction of a point cloud using the marching cubes algorithm (pcl::surface::MarchingCubesHoppe or pcl::surface::MarchingCubesRBF. For more information, use: pcl_marching_cubes_reconstruction \fB\-h\fR
where options are:
\fB\-grid_res\fR X= the resolution of the grid (cubic grid) (default: 50)
\fB\-iso_level\fR X = the iso level of the surface to be extracted (default: 0.000000)
\fB\-hoppe\fR X = use the Hoppe signed distance function (MarchingCubesHoppe
\fB\-rbf\fR X= use the RBF signed distance function (MarchingCubesRBF
\fB\-extend\fR X = the percentage of the bounding box to extend the grid by (default: 0.000000)
\fB\-displacement\fR X = the displacement value for the off\-surface points (only for RBF) (default: 0.010000)
.SH AUTHOR
pcl_marching_cubes_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 <leo@alaxarxa.net> with
the help of help2man tool and some handmade arrangement for the Debian project
(and may be used by others).
|