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

Home » Public Forums » archive » How do I visualize images .tiff stored in an array of pointers?
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
How do I visualize images .tiff stored in an array of pointers? [message #52827] Fri, 02 March 2007 06:52
aleks.franca@gmail.co is currently offline  aleks.franca@gmail.co
Messages: 33
Registered: March 2007
Member
I can't visualize it using TV. I'm doing
something like...

;
nbOfImages = 2

filter = ['*.tif']
arr_img = ptrarr(NbOfImages)

for i = 0, NbOfImages-1 do begin
arr_img[i] = ptr_new(dialog_pickfile(path = 'C:\RSI\IDL63\examples
\data', filter = filter))
endfor

tv, *arr_img[0] ; My problem is here. this is only for testing. I
wanted to visualize the
;image in this point
;
;
Help me on that, please.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: How can I multi-plot in IDL with the coordinates set by myself?
Next Topic: Store images into an array of images

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

Current Time: Wed Oct 08 19:50:44 PDT 2025

Total time taken to generate the page: 0.00528 seconds