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

Implement TexturedPhotogrammetryMesh.face_to_vert_IDs #17

Open
russelldj opened this issue Oct 26, 2023 · 0 comments
Open

Implement TexturedPhotogrammetryMesh.face_to_vert_IDs #17

russelldj opened this issue Oct 26, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@russelldj
Copy link
Collaborator

This method is currently un-implemented. The goal is to set vertex IDs based on the most common ID for neighboring faces. To do this efficiently, my thought was to iterate over the face IDs and build a dict containing a list of IDs for each vertex. Then use a collections.Counter to record the most common one per vertex.

@russelldj russelldj added the enhancement New feature or request label Nov 7, 2023
@russelldj russelldj added the good first issue Good for newcomers label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant