Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] suggestion about triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] suggestion about triangulation


Chronological Thread 
  • From: mario <>
  • To:
  • Subject: [cgal-discuss] suggestion about triangulation
  • Date: Thu, 14 Mar 2013 08:03:12 -0700 (PDT)

Hi,

i'm new to CGAL and by now i only compiled them and tried to build a first
example.

My target is using CGAL in order to load an unordered 3d cloud point and to
generate a 3d object, with 3d object i mean a 3d description with vertices,
triangles and normals.

I guess there are more strategies to achieve that. I think i could try

1) "normal estimation of point" (
http://doc.cgal.org/4.2/CGAL.CGAL.Point-Set-Processing/html/index.html#Chapter_Point_Set_Processing
) plus "Surface Reconstruction from Point Sets"
(http://doc.cgal.org/4.2/CGAL.CGAL.Surface-Reconstruction-from-Point-Sets/html/index.html#Chapter_Surface_Reconstruction_from_Point_Sets)

2)"3D Triangulations"
(http://doc.cgal.org/4.2/CGAL.CGAL.3D-Triangulations/html/index.html#Chapter_3D_Triangulations)

3) other strategy that i don't know

I know i've to read and try by myself but could you suggest me the better
way to start and about what kind of input format (of unordered set of x,y,z
point) i'll have to deal with?


Best Regards, Mario



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/suggestion-about-triangulation-tp4656957.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page