Limitation in Point Generation for Small Objects in Livox LiDAR SDK #205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have encountered a limitation in the Livox LiDAR SDK when working with small objects or objects with low density. I created a function which filters the points, so that only the points that are in between a certain range are selected and processed to the lvx file. While the filtering algorithm works correctly for larger objects, it fails to generate an adequate number of points for small objects.
I have observed that the issue arises when the object being scanned has a small surface area or is sparse in terms of point distribution. The SDK seems to prioritize generating points for larger objects, resulting in a lack of data points for smaller objects. As a consequence, the point cloud data does not provide the necessary points to accurately analyze and measure the small objects.
Any ideas for solving this issue?
Here is the filter function:
}
@Livox-SDK