"Geometry Images" Matlab Implementation

5 views (last 30 days)
ionas
ionas on 29 Jan 2015
Commented: Rafa on 26 Nov 2015
The paper "Geometry images" describes the process of remeshing of irregular triangle meshes onto a completely regular structure that is called "Geometry Image". It captures geometry as a simple 2D array of quantized points. Surface signals like normals and colors are stored in similar 2D arrays using the same implicit surface parametrization --- texture coordinates are absent. To create a geometry image, an arbitrary mesh is cut along a network of edge paths, and parametrize the resulting single chart onto a square.
Has anyone done any implementation of this work to share?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!