filters.gridprojection¶
The Grid Projection Filter passes data through the Point Cloud Library GridProjection algorithm.
GridProjection is an implementation of the surface reconstruction method described in [Li2010].
Dynamic Plugin
This stage requires a dynamic plugin to operate
Example¶
[
"input.las",
{
"type":"filters.gridprojection"
},
{
"type":"writers.ply",
"faces":true,
"filename":"output.ply"
}
]
Options¶
None.