Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Data dependent triangulations

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Data dependent triangulations


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Data dependent triangulations
  • Date: Tue, 27 Mar 2012 08:16:08 +0200

Seems that you can use the Triangulation_2 class for the data structure
but the specific algorithm used in the paper should be implemented yourself.


See:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_2.html

Sebastien.

On 03/27/2012 12:00 AM, mriem wrote:
Hello

I need to find some library which can perform data dependent triangulations.

Its for image compression using triangulation as in this paper

http://www.google.com/url?sa=t&rct=j&q=image+compression+in+triangles&source=web&cd=1&ved=0CCsQFjAA&url=http%3A%2F%2Fgraphics.idav.ucdavis.edu%2F%257Ehamann%2FLehnerUmlaufHamannISVC2007PaperFinal10022007.pdf&ei=ysFwT7-wOOKQ0AXivJSNAg&usg=AFQjCNGMg91fSSV_R0liYVMQw8dfwVKknw

Do you know if there is any such functionality in CGAL? or if I achieve it
by using specific criteria with the mesh2d algorithms?

Thanks

Miguel





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Data-dependent-triangulations-tp4507400p4507400.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page