ouster-lidar / ouster-sdk

Ouster, Inc. sample code
Other
464 stars 438 forks source link

What is the difference between intensity and reflectivity? #412

Closed ywfwyht closed 2 years ago

ywfwyht commented 2 years ago

hi,guys.

What is the difference between intensity and reflectivity? Can they be interconverted?

Samahu commented 2 years ago

From our guide:

Thus, the reported Reflectivity is a by-product of range and signal intensity that gives the user an indication of the target reflectivity.

ywfwyht commented 2 years ago

@Samahu Thank you for your reply, So intensity and reflectivity can be reciprocal? What is the transformation relation? Is this sqrt(x^2+y^2+z^2) * intensity ?

Samahu commented 2 years ago

The relation is shown by the following equation but it is merely an approximation: $$reflectivity = α intensity range^2$$ Where $α$ is a constant

ywfwyht commented 2 years ago

OK! Thank you very much.