Research Article

Adaptive Geometry Images for Remeshing

Algorithm 1

Optimal Hausdorff error driven geometry images.
Input. A mesh and stepsize threshold
Output. The 3D location of vertices of GIM mesh
Apply vertex density equalization on (Section 3.1);
Compute using (6) (Section 3.2);
  If    then
   Compute the target point ;
   Compute the target face ;
  Judge the distance type between and using (5);
  Update the position of the end-vertices of using Algorithm 2;
  else
    Compute the target point ;
  Compute the target face ;
  Judge the distance type between and using (5);
  Update the position of the end-vertices of using Algorithm 3;
  end