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

reduce computation for Radial outlier filter #389

Open
shubham-shahh opened this issue Dec 27, 2022 · 2 comments
Open

reduce computation for Radial outlier filter #389

shubham-shahh opened this issue Dec 27, 2022 · 2 comments

Comments

@shubham-shahh
Copy link

is it a good idea to make a param that defines the radius inside which the radial outlier filter will work, rather than applying the filter on the entire point cloud? I think it will help in reducing the computation

thanks

@MizzouRobotics
Copy link

I believe what you might be looking for is filtering all the points within a radius of the sensor. This is a bit different than Radial Outlier Filter

@shubham-shahh
Copy link
Author

shubham-shahh commented Jan 19, 2023

Hi,
thanks for the response, and I understand what radial outlier filter is. my point is to use radial filter in a only a specific region of the point cloud.

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