Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: volume of a pyramid

Subject: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 01:35:11

Message: 1 of 10

Hi,

Anyone knows how to calculate the volume of a 3D ultrasound
imaging volume, like the one in the following figure:

http://www.gehealthcare.com/usen/ultrasound/education/images/u3d4d/fig2.jpg

Or any pointer to useful links would be much appreciated.
thanks and happy Thanksgiving!

Subject: Re: volume of a pyramid

From: Roger Stafford

Date: 23 Nov, 2007 02:52:51

Message: 2 of 10

"Pinpress " <nospam__@yahoo.com> wrote in message <fi5aof$gp
$1@fred.mathworks.com>...
> Hi,
>
> Anyone knows how to calculate the volume of a 3D ultrasound
> imaging volume, like the one in the following figure:
>
> http://www.gehealthcare.com/usen/ultrasound/education/images/u3d4d/
fig2.jpg
>
> Or any pointer to useful links would be much appreciated.
> thanks and happy Thanksgiving!
--------
  You haven't stated explicitly what shape your image has. It looks like a solid
defined by projecting a spherical quadrilateral surface inwards along radial
lines to a smaller spherical quadrilateral. Is that correct?

  If so, then its volume can be calculated in terms of the area of the outer
quadrilateral:

 V = a*R/3*(1 – (r/R)^3)

Where R is the outer radius, r the inner radius, and a the outer area.

  As for computing a, it is equal to

 a = R^2*(A + B + C + D – 2*pi)

where A, B, C, and D are the four angles in radians at the four vertices of the
outer quadrilateral.

  So your problem becomes that of determined what those four angles are.
There is no way of determining them without additional information about
that quadrilateral.

Roger Stafford

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:05:56

Message: 3 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:06:01

Message: 4 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:06:13

Message: 5 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:06:13

Message: 6 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:06:14

Message: 7 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:08:14

Message: 8 of 10

First, thanks for the reply.

As for the volume, it is a solid that both radial surfaces
have identical radius toward a common origin. All other 4
surfaces are on a straight plane (as opposed to the two
radial surfaces), and their angles with the vertical axis is
known (i.e.g, vector-to-plane angles are known).

So are your equations supposed to calculate the solid volume
as describe above. I will examine the equations too.
Thanks again.

> --------
> You haven't stated explicitly what shape your image has.
 It looks like a solid
> defined by projecting a spherical quadrilateral surface
inwards along radial
> lines to a smaller spherical quadrilateral. Is that correct?
>
> If so, then its volume can be calculated in terms of the
area of the outer
> quadrilateral:
>
> V = a*R/3*(1 – (r/R)^3)
>
> Where R is the outer radius, r the inner radius, and a the
outer area.
>
> As for computing a, it is equal to
>
> a = R^2*(A + B + C + D – 2*pi)
>
> where A, B, C, and D are the four angles in radians at the
four vertices of the
> outer quadrilateral.
>
> So your problem becomes that of determined what those
four angles are.
> There is no way of determining them without additional
information about
> that quadrilateral.
>
> Roger Stafford
>

Subject: Re: volume of a pyramid

From: Pinpress

Date: 23 Nov, 2007 03:13:44

Message: 9 of 10

Didn't mean to send so many identical reply -- looks like
mathworks server problem.

Subject: Re: volume of a pyramid

From: Roger Stafford

Date: 23 Nov, 2007 03:47:31

Message: 10 of 10

"Pinpress " <nospam__@yahoo.com> wrote in message <fi5g2k$37v
$1@fred.mathworks.com>...
> First, thanks for the reply.
>
> As for the volume, it is a solid that both radial surfaces
> have identical radius toward a common origin. All other 4
> surfaces are on a straight plane (as opposed to the two
> radial surfaces), and their angles with the vertical axis is
> known (i.e.g, vector-to-plane angles are known).
>
> So are your equations supposed to calculate the solid volume
> as describe above. I will examine the equations too.
> Thanks again.
-------
  I'm not sure what is meant by the "vertical axis" here, but it doesn't sound as
though that would be enough information to uniquely determine the spherical
surface area. You need some information about the spread of the four linear
edges from one another, and that is different from knowing what angle they
make with some vertical direction. In other words what are the relative
lengths of the four circular arcs which bound the spherical quadrilaterals?
Are they all equal? Are opposite pairs equal?

  The four angles, A, B, C, and D I mentioned are equal to the four dihedral
angles between the four pairs of planar surfaces. For example, if these were
all equal to pi radians, the four planes would then all be part of the same
plane and would cut the sphere precisely in half, which is consistent with the
given formulas. On the other hand, if they were all equal to pi/2, that would
be an area and volume of zero. The difference A+B+C+D-2*pi can be
considered as the "spherical excess" over the normal value of zero for a
planar quadrilateral.

  (By the way, there seems to be a multiplicity of copies of this last article of
yours, Pinpress. Something may have gone wrong in sending it.)

Roger Stafford

Tags for this Thread

Everyone's Tags:

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.

Tag Activity for This Thread
Tag Applied By Date/Time
volume Pinpress 22 Nov, 2007 20:40:01
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics