Thread Subject: volume under iregular point cloud

Subject: volume under iregular point cloud

From: Amit Wicnudel

Date: 11 Mar, 2010 12:10:24

Message: 1 of 5

hi everyone.

I have an irregular 3D point cloud and i wish to calculate the volume under it and above aconstant Z plane.

Any ideas?

Thanks to all in advanced!

Subject: volume under iregular point cloud

From: Amit

Date: 14 Mar, 2010 01:01:06

Message: 2 of 5

"Amit Wicnudel" <snufkinvic@yahoo.com> wrote in message <hnamjg$9q0$1@fred.mathworks.com>...
> hi everyone.
>
> I have an irregular 3D point cloud and i wish to calculate the volume under it and above aconstant Z plane.
>
> Any ideas?
>
> Thanks to all in advanced!

ok, I figured out the best way would be to use delaunay triangulation.

Now I have the triangulation from my point cloud from the line:

tri = delaunay(X,Y);

I also have a Z vector obviously.

Is there a simple way to calculate the volume now? I want to calculate the volume under the triangles and above a certain Z value.

thanks...

Subject: volume under iregular point cloud

From: Amit

Date: 14 Mar, 2010 15:34:08

Message: 3 of 5

"Amit " <snufkinvic@yahoo.com> wrote in message <hnhcgi$t6t$1@fred.mathworks.com>...
> "Amit Wicnudel" <snufkinvic@yahoo.com> wrote in message <hnamjg$9q0$1@fred.mathworks.com>...
> > hi everyone.
> >
> > I have an irregular 3D point cloud and i wish to calculate the volume under it and above aconstant Z plane.
> >
> > Any ideas?
> >
> > Thanks to all in advanced!
>
> ok, I figured out the best way would be to use delaunay triangulation.
>
> Now I have the triangulation from my point cloud from the line:
>
> tri = delaunay(X,Y);
>
> I also have a Z vector obviously.
>
> Is there a simple way to calculate the volume now? I want to calculate the volume under the triangles and above a certain Z value.
>
> thanks...
*****************************************

got it, thanks anyway

Subject: volume under iregular point cloud

From: Luigi Giaccari

Date: 16 Mar, 2010 16:46:25

Message: 4 of 5

"Amit Wicnudel" <snufkinvic@yahoo.com> wrote in message <hnamjg$9q0$1@fred.mathworks.com>...
> hi everyone.
>
> I have an irregular 3D point cloud and i wish to calculate the volume under it and above aconstant Z plane.
>
> Any ideas?
>
> Thanks to all in advanced!


First build a surface with one of this:

http://www.mathworks.com/matlabcentral/newsreader/create_message?reply_id=711429

http://www.advancedmcode.org/how-to-plot-a-coloured-surface-from-3d-scatter.html

http://www.advancedmcode.org/surface-recostruction-from-scattered-points-cloud-mycrustopen.html

http://www.advancedmcode.org/surface-recostruction-from-scattered-points-cloud-mycrust-robust.html


then compute the volume with:

http://www.advancedmcode.org/volume-enclosed-by-a-triangulated-surface.html

Subject: volume under iregular point cloud

From: Amit

Date: 19 Mar, 2010 01:39:05

Message: 5 of 5

"Luigi Giaccari" <giaccariluigi@msn.com> wrote in message <hnocl1$9f5$1@fred.mathworks.com>...
> "Amit Wicnudel" <snufkinvic@yahoo.com> wrote in message <hnamjg$9q0$1@fred.mathworks.com>...
> > hi everyone.
> >
> > I have an irregular 3D point cloud and i wish to calculate the volume under it and above aconstant Z plane.
> >
> > Any ideas?
> >
> > Thanks to all in advanced!
>
>
> First build a surface with one of this:
>
> http://www.mathworks.com/matlabcentral/newsreader/create_message?reply_id=711429
>
> http://www.advancedmcode.org/how-to-plot-a-coloured-surface-from-3d-scatter.html
>
> http://www.advancedmcode.org/surface-recostruction-from-scattered-points-cloud-mycrustopen.html
>
> http://www.advancedmcode.org/surface-recostruction-from-scattered-points-cloud-mycrust-robust.html
>
>
> then compute the volume with:
>
> http://www.advancedmcode.org/volume-enclosed-by-a-triangulated-surface.html

Thanks.

I already managed to do that by using the delauney function and calculating the volume with my own function.

But thanks for your reply, it might come in handy later on!

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

Contact us at files@mathworks.com