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

Calculate FPFH only in some points #7089

Open
3 tasks done
RubensBenevides opened this issue Dec 7, 2024 · 1 comment
Open
3 tasks done

Calculate FPFH only in some points #7089

RubensBenevides opened this issue Dec 7, 2024 · 1 comment

Comments

@RubensBenevides
Copy link

Checklist

Proposed new feature or change

One problem with Open3D is that it calculates the FPFH for all points in the cloud, which is not efficient. Ideally, there should be a way of calculating the FPFH only for certain indices, such as the ISS detector keypoints. This has the potential to speed up global registration by several orders of magnitude.

For example, in the registration of clouds from topographic/terrestrial laser scanners, even after reduction by 10 cm voxealization, it is common for the cloud to still have more than 1 million points. But using only ISS keypoints, which are calculated much faster than FPFH, this is reduced to 10,000 points.

So what I'm asking for is just a function that calculates the FPFH on a list of indices of the points in the cloud, not on the whole cloud

Translated with DeepL.com (free version)

References

No response

Additional information

No response

@nicolaloi
Copy link
Contributor

I am working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants