Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh Cutting

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh Cutting


Chronological Thread 
  • From: Chaman Singh Verma <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh Cutting
  • Date: Tue, 3 Mar 2009 21:05:28 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jfeTFPLklXHgkz0I9dTd0RsJfv5Rv+AOvkK5xaGYsK5HHR5n1ldvQQFnpXbV1QSsXG EYw4TWtu4F90+QYdaPD3P+dETr0tBVFQedmTscPQEDzQ3EMc9BkOQkz2PKVWOebfKBjc El12ycM23IbMTYK7JxnslY8PiWI/nz/qcQyAQ=



On Tue, Mar 3, 2009 at 8:12 PM, Pierre Alliez <> wrote:
hi Chaman,

the disks required for the parameterization are...topological disks, ie the input chain
of halfedges must bound a disk.

If  I follow your next email about isotropic remeshing perhaps you are trying to re-implement "Isotropic Remeshing of Surfaces: a Local Parameterization Approach" ? unfortunately I have not put the implementation in CGAL and (I do not have one to send you) you can always check at any point in time during remeshing check that a patch is a disk and in the negative, construct one by region growing while enforcing this property.

pierre

Pierre Alliez
INRIA Sophia Antipolis - Mediterranee 
Project-team GEOMETRICA 
http://www-sop.inria.fr/members/Pierre.Alliez/
Tel: +33 4 92 38 76 77
Fax: +33 4 97 15 53 95


Chaman Singh Verma a écrit :
Hello,

In the CGAL Surface Parameterization modules, it is mentioned that it mandatory to provide topological disks
and there are no automatic way to do it and it is still open problem.

Can someone give deeper inside the properties of the disks that are required for parameterizations ?

Also,  I was thinking that many mesh partitioning tools ( such as Metis ) can create lots of surface patches,
aren't those patches good for parameterization ?  What is the opinion of the community on this issue ?

Thanks.

Chaman Singh Verma
Poona, India.


Hello Pierre,

Thanks for your reply, but still I have some doubt. Doesn't metis produces connected patches and what are the
issues because of which this approach in not mentioned in the literature.  Does the shape and size of the disk
matter for good parameterization ?

Thanks.
csv





Archive powered by MHonArc 2.6.16.

Top of Page