X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 18 Nov 2005 06:40 AM by  anon
how to get the subscription of the MEDIAN function's calculating result.
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
18 Nov 2005 06:40 AM
    I have a three dimension array ,for example image[50,50,36]. idl>midvalue=intarr(50,50,1] idl>midvalue[*,*,0]=median(image(*,*,0:35),dimension=3) thus ,I can get the median value in third dimension over all the pixels in the image.but,if i want to know the median value's subscription ,how can I do it? The function of array_indices got a wrong result.I am confused about it. thanks a lot.
    You are not authorized to post a reply.