Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] how to calculate the volume of a pointset

Subject: CGAL users discussion list

List archive

[cgal-discuss] how to calculate the volume of a pointset


Chronological Thread 
  • From: cetium <>
  • To:
  • Subject: [cgal-discuss] how to calculate the volume of a pointset
  • Date: Mon, 9 Jan 2012 20:07:14 -0800 (PST)

Hi all,
my purpose is to calculate the total volume of a pile of raw material, coal
or something, then a point cloud was sampled on the suface of the pile.

to calculate the volume i must make a solid polyhedron made of tetrahedrons
from the points, then accumulate all the tetrahedrons' volume.

presently i get 2 solutions:
1. use delaunay triangulation to generate a solid polyhedron, but the given
3D point cloud maybe is collected from a concave object, so i give up this
solution;
2. make a suface model from the points, and then combine the to a planar,
i.e. to make this suface close. but how can i achieve this with cgal?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/how-to-calculate-the-volume-of-a-pointset-tp4281049p4281049.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page