Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Can CGAL do meshing job from a point cloud ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Can CGAL do meshing job from a point cloud ?


Chronological Thread 
  • From: "Alen Chu" <>
  • To:
  • Subject: [cgal-discuss] Can CGAL do meshing job from a point cloud ?
  • Date: Fri, 28 Nov 2008 01:04:03 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=KJ3DkkvmejyfmDCWH+STk+ZPrvbHqmMTs8JkEfjGdj7PraHva/dTBipq6Ni5N4LgEZ GfgYId0n77RmDvUJJWiWuB3KGUrSLK3cqkwafa4h9ZQwINJyGlC3MhpvGFvKxgw5n+Xw VhuztnY6+xK9BiXUkOrn4Mqkg80armHh8WJNQ=

Dear all,

I am tring to use the CGAL on the meshing job.

I take the laser range finder to scan the campus building, then get a point cloud.
And, I use the CGAL/Delaunay_triangulation_3 to link up all the points into triangles, but how do I make some criterion to restrict the linking distance between two points ? ( because there are some noises from the laser scanner )

Or should I use the surface meshing method refered in CGAL manual Ch35 ? But I can't figure out how to do that from a point cloud.

Do anyone have good idea ?


Thank you,

Allen


  • [cgal-discuss] Can CGAL do meshing job from a point cloud ?, Alen Chu, 11/27/2008

Archive powered by MHonArc 2.6.16.

Top of Page