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

Home » Public Forums » archive » Re: Image analysis and ring identification
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: Image analysis and ring identification [message #30277 is a reply to message #30275] Thu, 18 April 2002 05:37 Go to previous messageGo to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Rachel Pepper wrote:
>
> Actually, the rings often have a bright spot that is not in the center of
> the ring, so I don't think the centroiding technique will work. Do you have
> any other suggestions?

Once you've isolated the region of interest within the ring (the hardest part I reckon), can't
you just determine the bright spot location by finding it's location via MAX using the image
intensities?

e.g. if the variable blob_index contains the indices of the pixels blob_image within the ring,
then

max_spot_value = MAX( blob_image[ blob_index ], max_spot_index )

Doesn't matter where the bright spot is. Or, if you're looking for regions where the
intensities are greater than some value, say max_spot_threshold, use WHERE:

max_spot_index = WHERE( blob_image[ blob_index ] GT max_spot_threshold, max_spot_count )

IF ( max_spot_count EQ 0 ) THEN $
MESSAGE, 'No bright spot found!'

In both cases, of course, max_spot_index references the blob_index array, not the actual image
array.

?

paulv

--
Paul van Delst Religious and cultural
CIMSS @ NOAA/NCEP purity is a fundamentalist
Ph: (301)763-8000 x7274 fantasy
Fax:(301)763-8545 V.S.Naipaul
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: need IDL/visual basic programmer for 1 year contract
Next Topic: global variables

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

Current Time: Sun Oct 12 01:41:50 PDT 2025

Total time taken to generate the page: 0.72240 seconds