Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Vertex Color to UV Map -> Remesh -> Texture mapping

Subject: CGAL users discussion list

List archive

[cgal-discuss] Vertex Color to UV Map -> Remesh -> Texture mapping


Chronological Thread 
  • From: Finfa811 <>
  • To:
  • Subject: [cgal-discuss] Vertex Color to UV Map -> Remesh -> Texture mapping
  • Date: Tue, 31 May 2016 01:52:01 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:YbVyPReznW7ir3lcglhUlYWNlGMj4u6mDksu8pMizoh2WeGdxc6/bB7h7PlgxGXEQZ/co6odzbGG4ua9BCdZvd6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDjvcCOKFwUzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IZ4yhIfV9FOQQTG9+ayFmrPHs4BLMRA/K6noHWXgNiTJJBRLE5Vf0RMTfqCz/48R83ieTbZSvBeQ5Qiiv5a5tDgHphC4DZ2dg2G7Sg810yqlcpUTy9FRE34fIbdTMZ7JFdaTHcIZBHTJM

Hi,


I have a polygon mesh of a room in high resolution, and I want to extract
vertices color information and map them as a UV map, so I can generate a
texture atlas of the room.

After that, I want to remesh the model in order to reduce the number of
polygons and map the hi-res texture onto the new mesh in lower resolution.

So far I've found this link
<https://software.intel.com/en-us/blogs/2015/03/24/RealSense-3D-scan-Vertex-Color-to-UV-Map-Blender>

to do it in Blender, but I would like to do it programmatically, that is why
I am using CGAL.

I guess first of all I have to segment the model (normals criterion could be
helpful) and then cut each mesh segment, so only then I am able to
parameterize it. About parameterization, *LSCM* seems to provide good
results for simple models. Once having available the texture atlas, I think
the problem becomes a simple task of texture mapping.

My main problem is segmentation and mesh cutting and CGAL example algorithm
is too simple to cut complex shapes. Any hint about a better
segmentation/cutting algorithm that performs well for room-sized models?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Vertex-Color-to-UV-Map-Remesh-Texture-mapping-tp4661967.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Vertex Color to UV Map -> Remesh -> Texture mapping, Finfa811, 05/31/2016

Archive powered by MHonArc 2.6.18.

Top of Page