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

Home » Public Forums » archive » 3D rotations in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
3D rotations in IDL [message #6305] Fri, 07 June 1996 00:00 Go to next message
Aurangzeb Agha is currently offline  Aurangzeb Agha
Messages: 1
Registered: June 1996
Junior Member
I don't know what the hec I've got myself involved in. I have to
write code in IDL to perform 3D rotations on huge datasets. Each MRI
image is 102MB!! The SUN has got 256MB of RAM and it still can't give
the response time required.

Any suggestions?

One idea I had was to take the images and covert them to a different
format like jpeg or gif. Is that possible? Can IDL handle something
like that?

If you could eMail me personally, I would be very appreciative.

Thanks,
Aurangzeb Agha
aagha@cis.ohio-state.edu
Re: 3D rotations in IDL [message #6448 is a reply to message #6305] Mon, 10 June 1996 00:00 Go to previous message
Liam Gumley is currently offline  Liam Gumley
Messages: 473
Registered: November 1994
Senior Member
Aurangzeb Agha wrote:
> I don't know what the hec I've got myself involved in. I have to
> write code in IDL to perform 3D rotations on huge datasets. Each MRI
> image is 102MB!! The SUN has got 256MB of RAM and it still can't give
> the response time required.

Some basic comments:

You probably won't be able to achieve real-time (i.e. on-the-fly)
rotations in IDL. The only way to do this would be to use specialized
graphics hardware and graphics library routines (outside of IDL).

However you can always precompute the images and store them in sequence.
Once all the images are created, you can create a movie (see the
help for XINTERANIMATE).

Also, keep in mind that although your MRI image data may be at very
high resolution (thousands of pixels wide and high), your IDL
graphics display is limited in the number of pixels it can display.
So before doing 3D transforms on your images, resample them to a size
appropriate for your display resolution (see the help for CONGRID).

Cheers,
Liam.

PS - For the group: Has anyone written an interface from IDL to,
say, SGI OpenGL?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Convert array of one element to integer ?
Next Topic: Call_External and the C Math Library

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

Current Time: Thu Oct 09 16:33:20 PDT 2025

Total time taken to generate the page: 1.67842 seconds