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

Questions about vertex dilation algorithm #12

Open
ZorAttC opened this issue Sep 19, 2023 · 2 comments
Open

Questions about vertex dilation algorithm #12

ZorAttC opened this issue Sep 19, 2023 · 2 comments

Comments

@ZorAttC
Copy link

ZorAttC commented Sep 19, 2023

In the vertex dilation algorithm, each vertex searches for other vertices within a radius of approximately one quarter of a voxel.
However, the three-dimensional reconstructed triangles are not connected. They overlap in visualization, but are not connected in topological structure.I dont see this part in the paper. How you guys deal with it?

@ziv-lin
Copy link
Member

ziv-lin commented Sep 22, 2023

Two neighborhood triangles are connected if they share the same point or the same edge.

Regarding the topological structure you mentioned, can you explain further what this is and how it is used? In CG communities, topological structures might have different definitions in various applications.

@ZorAttC
Copy link
Author

ZorAttC commented Sep 22, 2023

image
I suppose there is a triangle in each voxel. After vertex dilation,there will be more triangles to fill the gap but the new triangles will overlap as I think in the figure.This will make the triangles look like they are not coming from the same surface, but have some glitches.

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