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

Home » Public Forums » archive » Help in Image Analysis
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: Help in Image Analysis [message #47745 is a reply to message #47615] Thu, 02 March 2006 10:05 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Bharani writes:

> I have Read the File(With data) and also i have brought the Data to my
> Program...
> I have now the Image as 3D ... and NOw i am working on to get the Image
> into 2D ...
> the Method i am trying to is Just as the same u have Suggested...
> I am Considering only a Small part of the Whole Image and from where i
> can get the Required attributes...
> but when i consider the Small part...i think it is really hard for me
> to spot it as a 2D ...
> How can i proceed further??

Any 2D array, which is what you have in front of you,
can be considered an "image". All you need do to is
pull out of the data the rows you are interested in
for further analysis:

interestingStuff = data[*, 280:320]

To display it as an image, you need to byte scale
it (and perhaps take the absolute value, since your
data is complex).

TV, BytScl(Abs(interestingStuff))

Now you are ready to perform any analysis that seems
appropriate. Since the dynamic range of this data
is fairly small, you might want to stretch the data
in some way to view it (or, even, before you analyze
it). See this article:

http://www.dfanning.com/ip_tips/xstretch.html

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
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: idl array operations
Next Topic: Re: Problems compiling shared libraries

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

Current Time: Fri Oct 10 14:07:48 PDT 2025

Total time taken to generate the page: 0.79971 seconds