comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: minimum intensity projection
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: minimum intensity projection [message #40032] Fri, 02 July 2004 08:15 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
maarten writes:

> I am trying to perform a minimum intensity projection on a 3d MRI
> dataset, and I was hoping if anyone ever wrote an algortithm to perform
> this. Because I am having some problems implementing this myself.

When we want a minimum projection image of one of our volumes,
we simply do this:

min_image = Min(volume, Dimension=3)

We have had some discussion with doctors about whether
this *means* anything, but it's easy enough to do, so
why not. :-)

More often they are interested in the maximum intensity
projection, which--of course--is done like this:

max_image = MAX(volume, Dimension=3)

If we are calculating a MIP Cine image, we will
do a bit a weighting of the values, otherwise
as the image rotates it is very difficult to
distinguish front from back.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Previous Topic: Micro$ mega-copiada !!!
Next Topic: Need advice on building a project

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 01:25:39 PDT 2025

Total time taken to generate the page: 1.28110 seconds