Skip to content

Poisson filter: No density information is written #4489

@simplelife2010

Description

@simplelife2010

I am using the latest pdal docker image to generate a mesh from a laz pointcloud with this pipeline:

[
    {
        "type" : "readers.las",
        "filename": "ground.laz"
    },
    {
        "type": "filters.poisson",
        "depth": 9,
        "density": true
    },
    {
        "type":"writers.ply",
        "faces":true,
        "filename":"poisson7.ply"
    }
]

The ply file has no density property. This also is the case when I use the writers.text writer. The output contains no density information.

Expected behavior
The ply file contains a density property

System/installation information:

$ pdal --version
pdal 2.7.2 (git-version: aa5ec8)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions