Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Least Squares Conformal Maps parameterization

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Least Squares Conformal Maps parameterization


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Cc: Bruno Levy <>
  • Subject: Re: [cgal-discuss] Least Squares Conformal Maps parameterization
  • Date: Mon, 23 Apr 2007 10:28:38 +0200
  • Organization: INRIA Sophia-Antipolis

Dear Stavros,

You may implement a fixed border mean value coordinates parameterization (Floater) using CGAL and a specific .off mesh 2D border by:

* Adding a class that will implement the border parameterization that you
wish.
This class must be a model of BorderParameterizer_3 (see www.cgal.org/Manual/3.2/doc_html/cgal_manual/Surface_mesh_parameterization_ref/Concept_BorderParameterizer_3.html)
You may use the default circle or square border parameterizations as a starting point.

* Passing this new class as template parameter to CGAL::Square_border_arc_length_parameterizer_3 (Floater).
See Square_border_parameterization.cpp example to specify such a template
parameter.

Best regards,

Laurent Saboret
INRIA Sophia-Antipolis


Stavros G. Papageorgiou a écrit :
thank you for your answer,

hmm you are right.

any ideas or link to other sites on how to implement a fixed border mean value coordinates parameterization (Floater)
using CGAL and a specific .off mesh 2D border?
That is instead of the default circle or square border parameterization?

thanks again,

/n

----- Original Message ----- From: "Peter Schröder"
<>
To:
<>
Sent: Wednesday, April 18, 2007 3:56 PM
Subject: Re: [cgal-discuss] Least Squares Conformal Maps parameterization

If you want to fix the border the LSQ conformal map will not be conformal anymore. You'll have to use another technique.

peter
>

Stavros G. Papageorgiou wrote:
>>> Hi to all,
>>>
>>> is there a way, or has anyone implemented
>>> a fixed border parameterization method for specific borders?
>>>
>>> That is, how can I produce a planar parameterization of a 3D surface using
>>> Least Squares Conformal Maps parameterization and CGAL but on a fixed
>>> 2D border of my choice?





Archive powered by MHonArc 2.6.16.

Top of Page