Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] scattered point cloud volume

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] scattered point cloud volume


Chronological Thread 
  • From: Sheikh Faridul Hasan <>
  • To:
  • Subject: Re: [cgal-discuss] scattered point cloud volume
  • Date: Sat, 20 Mar 2010 23:48:30 +0100
  • 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=NK/PmxeUKdYusMUx8YmXJomZhQ03zAZgd8iAiyLSmcpCBm4jdqshHYNndrJE0ChLfa 1z1Kfo1aHRR85mwvVxEQOxwDNMVDnoWGDkVS+CY4vKwr219otHEPgQN206jveItfG1Vx HypoYu1cI8wUhhxqsCF7RQHWDfpa+iYv8eCL0=



2010/3/19 Pavel Nyaga <>

Dear Experts,

 

I need to calculate volume of 3D scattered points cloud with  huge concave features and varying points density.

 

First of all I tried what is available in MATLAB:

1)      Volume inside of iso-surface of density function -  calculated as number of points per cubic element volume on rectangular grid;

2)      Volume inside of iso-surface of density function  - calculated as point per volume of Voronoi Region and interpolated on rectangular grid;

 

As above methods volume value depends on iso-surface value  and cell size, I decided to look at surface reconstruction from point clouds:

1)      ConvexHull  - overestimates the volume very much;

2)      Power Crust – seems not to be working on varying density clouds as many other techniques J

 

So now my questions are:

1)      Does any algorithm exist which will give me robust volume of the concave cloud without high sensitivity to input parameters?

a.       if yes, is there anything in CGAL which can help me?

                                                              I.      If no, could you recommend me any commercial code?

2)      Even in case I have triangulation of concave closed surface, how can I calculate volume inside? Is there constrained 3D Delaney tessellation in CGAL?

----------------------------------------------------------------------------- 

>>  constrained Delaunay Tetrahedralization does not always exists ; You can find some more info here [http://www.cs.cmu.edu/~jrs/jrspapers.html]

----------------------------------------------------------------------------- 

Thank you in advance.

 

With best regards,

 

Pavel Nyaga

Modeling Engineer





Archive powered by MHonArc 2.6.16.

Top of Page