Skip to content

Lidar intensity field missing distance attenuation dependency #367

@andbro-ep

Description

@andbro-ep

If my analysis is correct while reviewing the code the intensity field is not distance dependent while the reflectivity correctly is (but right now is not correct because intensity is wrong). see

Intensity calculation (missing distance dependency, squared attenuation)

intensity *= cosIncidentAngle;

While reflectivity compensate for distance attenuation:

ctx->reflectivityF32[returnPointIdx] = ctx->reflectivityAlpha * ctx->mrSamples.intensity[sampleIdx] * distance2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions