Skip to content

Lidar intensity field missing distance attenuation dependency #367

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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