-
Is ouster library removing the noise automatically when it read a pcap or a live stream from sensor or i will need to remove the noise by another libraries and what if i want to remove the static points is that supported by ouster library ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The sensor FW does most of the work to eliminate and reduce noise, however, there can be certain scenarios with certain weather condition or signal interference that can generate some residual noise. In this case you would need to build your own routines to cancel this type of noise. We do have two classes |
Beta Was this translation helpful? Give feedback.
The sensor FW does most of the work to eliminate and reduce noise, however, there can be certain scenarios with certain weather condition or signal interference that can generate some residual noise. In this case you would need to build your own routines to cancel this type of noise. We do have two classes
AutoExposure
andBeamUniformityCorrector
that can be helpful when trying to visualize certain channels.