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

About the extension to point clouds #3

Open
LY1478 opened this issue Feb 26, 2021 · 2 comments
Open

About the extension to point clouds #3

LY1478 opened this issue Feb 26, 2021 · 2 comments

Comments

@LY1478
Copy link

LY1478 commented Feb 26, 2021

Hello, authors. I saw in the paper that PFCNN can be extended to point clouds easily, but I don't know how to implement it. Can you give me some advice? Thank you very much.

@haopan
Copy link
Collaborator

haopan commented Mar 1, 2021

Hi. The extension to point cloud requires extending the frame field computation and multi-resolution hierarchy construction to point clouds. This could be done by connecting the point cloud into a k-NN graph and applying graph simplification for hierarchy construction. You may refer to the mesh based computation in the pySurfaceHierarchy part, as here a mesh is nothing more than a graph of points. The extension is conceptually simple but may need some coding.

@LY1478
Copy link
Author

LY1478 commented Mar 5, 2021

Thanks for your advice, I will try it.

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