Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why there would be a factor and an offset when computing range? #32

Closed
yandiyang opened this issue Jul 9, 2021 · 3 comments
Closed

Comments

@yandiyang
Copy link

image

image

@yandiyang
Copy link
Author

and how about the ushort max?

@zywok
Copy link
Contributor

zywok commented Jul 12, 2021

The Factor there used for the purpose of making the 16bit (0 - 65535) depth image represent the distance range ( 0 -130 m).
Due to the Livox lidar treats the object in the range of 0.5 meter as noise, we minus the Offset value to exclude the effects of noise.
There ushort max value is equal 65535.

@yandiyang
Copy link
Author

appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants