X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 Jan 2014 05:28 PM by  anon
Local Minima/Maxima
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
09 Jan 2014 05:28 PM
    Is there an IDL method for finding local minima/maxima within an image? Or something akin to morphological reconstruction (greyscale) whereby local minima and maxima can be derived? The watershed function mentions local minima, but for better results use markers, which comes back to a method of automatically finding those markers ie the local minima. Cheers Josh

    Deleted User



    New Member


    Posts:
    New Member


    --
    10 Jan 2014 02:25 PM
    Dear Josh, What about this two third party libraries?: http://www.exelisvis.com/docs/locmax.... or http://www.exelisvis.com/docs/extreme... Cheers, Fernando

    Deleted User



    New Member


    Posts:
    New Member


    --
    06 Feb 2014 05:45 PM
    Apologies for the very very late reply. Thanks, both of those functions work. Getting the compliment of the image allows the locmax procedure to then find local minima. Finding regions of local minima or holes in an image requires a little more work. Region growing was fine for a few points, but the watershed worked better, and also allowed the use of the histogram to filter out the bright segmented areas. Merging regions still needs some work though. Once again thanks for that. Cheers Josh
    You are not authorized to post a reply.