To get the grid you simply add the "--grid" parameter with the name of the file to which the voxel grid will be written. For example, you can extract the voxel grid for the horse by running "PoissonRecon --in horse.npts --out horse.ply --grid horse.grid"
The size of the triangle mesh is controlled by the --depth parameter. By default, the extent is 1.1 times the size of the bounding box of the point-cloud. Though you can control that via the --scale parameter.
Hi Professor, Thank you for sharing the code, but I have some problems after reading it. (1)How can i get the grid?[--grid