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

Mesh vertex coloring as an alternative to mesh texturing #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mteg
Copy link

@mteg mteg commented Apr 4, 2019

  • Added an option to TextureMesh NOT to generate a texture image but rather assign colors to vertices after seam leveling
  • Added vertex color support in Mesh class to be able to hold these colors and save them into a PLY file

This feature is a nice-have when working with large collections of images (say, 500). With the default TextureMesh behavior, the PNG texture tends to take forever to generate and in the end is not loadable anyway. Vertex coloring is an alternative that at least gives the mesh some coloring, even if not that beautiful. Taking the colors from texture patches rather than the dense point cloud benefits from seam leveling, which is very important in case of photos taken under diverse lighting conditions (in my case it is in caves).

Add an option to TextureMesh NOT to generate a texture image but rather assign colors to vertices after seam leveling
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

Successfully merging this pull request may close these issues.

None yet

1 participant