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

Home » Public Forums » archive » Is it possible to get the transformed Image Data from a Model Object
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
Is it possible to get the transformed Image Data from a Model Object [message #64928] Thu, 05 February 2009 02:41 Go to next message
Rushin is currently offline  Rushin
Messages: 1
Registered: February 2009
Junior Member
Hi,

I have added an image object to a model and set the TRANSFORM property
to a 4x4 transform matrix. By adding this model to a view and drawing
it in a window I can display the transformed image. I was wondering if
there is any way to get the transformed image data from the model and
save it.

Thanks
Rushin
Re: Is it possible to get the transformed Image Data from a Model Object [message #65006 is a reply to message #64928] Thu, 05 February 2009 14:19 Go to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
Rushin wrote:

> I have added an image object to a model and set the TRANSFORM property
> to a 4x4 transform matrix. By adding this model to a view and drawing
> it in a window I can display the transformed image. I was wondering if
> there is any way to get the transformed image data from the model and
> save it.

Not from the model, but from the window:

myImageObj = myWindow -> Read()

returns an instance of IDLgrImage. Alternately you can get the data
directly:

oWindow -> GetProperty, IMAGE_DATA=myImageData


-Rick
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Extract Data from Point on Plot
Next Topic: String array from C

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

Current Time: Wed Oct 08 15:11:46 PDT 2025

Total time taken to generate the page: 0.00664 seconds