-
Notifications
You must be signed in to change notification settings - Fork 19
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
LBC Topology having a outlier #33
Comments
Hello, I also encountered the same problem as you. I encountered an extremely outrageous outlier in the shrinkage result of the tree point cloud. I don't know where the problem occurred in the shrinkage algorithm. Have you solved the problem? |
Almost all the tree point clouds I tested have outliers. What is the reason for this? |
Hello, I also encountered the same problem as you. I encountered an extremely outrageous outlier in the shrinkage result of the tree point cloud. I don't know where the problem occurred in the shrinkage algorithm. Have you solved the problem? |
@graper123 |
First of all, thank you for your reply. In my case, I tried to remove outliers based on radius and statistics, but the effect is still not good. Glad to hear from you |
Upon extracting the topology from
lbc.topology
I am getting a extreme outlier as shown in the image below, the coordinate frame is the origin, the line market by blue is the outlier edge of the topology and red region is where the actual point cloud is situated, is there any point in the codebase which is explicitly stating the outlier coordinate?Zoomed in on the point cloud location:
Point cloud:
Thanks in advance!
The text was updated successfully, but these errors were encountered: