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

Clarify hidden / missing faces management #184

Open
segmentationfault777 opened this issue Oct 21, 2021 · 0 comments
Open

Clarify hidden / missing faces management #184

segmentationfault777 opened this issue Oct 21, 2021 · 0 comments

Comments

@segmentationfault777
Copy link

Hi! Could you confirm my understanding :

  • if some faces are missing in the source ply file, mvs won't try to "re-mesh" them. those missing faces will still be missing in the final obj and appear as "holes"
  • MAX_HOLE_NUM_FACES and MAX_HOLE_PATCH_SIZE : a hole is a set of faces without texture because no image in the scene could be applied to them. if a hole meets the conditions of those parameters, mvs creates a texture patch for its faces
  • keep_unseen_faces = true : in the final obj, some faces may have no texture, for example when no patch could be applied to them. this parameter will make mvs keep those faces and apply a kind of "random" color to them. if set to false, mvs will remove the faces from the final obj

thanks!

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

1 participant