Skip to content

split region mask and nan mask #21

@claudius-kienle

Description

@claudius-kienle

Due to the new masking algorithmus,
the nan and region mask fall together to one mask.
This is because of the region mask that is computed by identifying where nans are in filtered point clouds.

The solution would be the following:
Compute the filtered pcds as before but compare the resulting images with the original ones.
If the pixel was already a nan before filtering, it is not because of the filterung but because of the not raw, calibrated images containing this nan value.
Those pixels should not be False in the region mask as they are already in the nan mask.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions