Giter Club home page Giter Club logo

Comments (2)

yorklyb avatar yorklyb commented on June 14, 2024

Hi. For the Livox MID-40 LiDAR, the intensity is directly available. Please refer to the paper of livox_loam(https://arxiv.org/pdf/1909.06700.pdf).
The Velodyne 16 and 32 LiDAR return the 256 calibrated reflectivity which is independent of laser power and distance.
(https://velodynelidar.com/wp-content/uploads/2019/12/63-9243-Rev-E-VLP-16-User-Manual.pdf)
(https://icave2.cse.buffalo.edu/resources/sensor-modeling/VLP32CManual.pdf)

I feel like you probably already knew these given that you asked such a professional question. I introduced the above contents before answering your question since I hope that the other users interested in this question could also see it.

We left a customizable threshold as the 'intensity' value returned by different LiDAR models could differ. That is, sometimes the calibration is needed, sometimes it doesn't. It depends on the LiDAR model. When developing the framework, we don't want our system to be coupled with any specific LiDAR model.

Moreover, in the pipelines of our framework, we are actually only concerned with the contrast since each intensity value is transferred into a specific color through colormap (https://arxiv.org/pdf/1509.03700.pdf). And the intensity image is transferred into a grayscale image then. So it doesn't really matter if the calibrated reflectivity is adopted or the intensity is adopted. As long as the contrast between the black and white regions is obvious, the quality of the grayscale image will be good.

I admit that the algorithm will be more rigorous if we always utilize the calibrated reflectivity. However, take the Livox MID-40 LiDAR as an example, we have to add a new function to calibrate the intensity since it only returns intensity, which will make the system slower. Also, it is not a necessary process in the current implementation considering that a threshold already solves everything.

from iilfm.

yuhui-xie avatar yuhui-xie commented on June 14, 2024

Hi. For the Livox MID-40 LiDAR, the intensity is directly available. Please refer to the paper of livox_loam(https://arxiv.org/pdf/1909.06700.pdf). The Velodyne 16 and 32 LiDAR return the 256 calibrated reflectivity which is independent of laser power and distance. (https://velodynelidar.com/wp-content/uploads/2019/12/63-9243-Rev-E-VLP-16-User-Manual.pdf) (https://icave2.cse.buffalo.edu/resources/sensor-modeling/VLP32CManual.pdf)

I feel like you probably already knew these given that you asked such a professional question. I introduced the above contents before answering your question since I hope that the other users interested in this question could also see it.

We left a customizable threshold as the 'intensity' value returned by different LiDAR models could differ. That is, sometimes the calibration is needed, sometimes it doesn't. It depends on the LiDAR model. When developing the framework, we don't want our system to be coupled with any specific LiDAR model.

Moreover, in the pipelines of our framework, we are actually only concerned with the contrast since each intensity value is transferred into a specific color through colormap (https://arxiv.org/pdf/1509.03700.pdf). And the intensity image is transferred into a grayscale image then. So it doesn't really matter if the calibrated reflectivity is adopted or the intensity is adopted. As long as the contrast between the black and white regions is obvious, the quality of the grayscale image will be good.

I admit that the algorithm will be more rigorous if we always utilize the calibrated reflectivity. However, take the Livox MID-40 LiDAR as an example, we have to add a new function to calibrate the intensity since it only returns intensity, which will make the system slower. Also, it is not a necessary process in the current implementation considering that a threshold already solves everything.

Thank your for your comment!
Well actually I only knew there exist a lidar intensity model which is "intensity \propto cos(Incident angle) / (range)^2",and I found that a open source work has mentioned it in paper but drop it in code, which really confuses me.
Now I know the calibration has been done already for Livox and VlP, thank u very much!!

from iilfm.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.