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

Home » Public Forums » archive » Faster image median filtering
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Faster image median filtering [message #76662] Fri, 24 June 2011 06:48 Go to previous message
Deckard++; is currently offline  Deckard++;
Messages: 11
Registered: March 2010
Junior Member
Hi,

I am confronted with a performance issue related to median filtering
of images using the median() function of IDL. I have rather extended
sets (several thousands) of 1500x1500 images, and I need to median
filter each of them. So far I have been using this to filter them

img_filtered = median(img, boxsize)

The problem is that it take ~5 seconds per image for boxsize=15, which
is ok for a few images but really time consuming when considering
thousands of images. I have a few questions:

1- is there a way to speed-up median filtering that I am not aware of?
2- do you know if IDL implementation of 2D median() is the most
efficient?
3- if not, are you aware of a DLM that would implement a faster median
filtering of images?

Thank a lot in advance.

Best regards,

-- Arthur;
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Problem in creating Postscript of "Transparent Histograms"
Next Topic: Re: map_continents and /fill... revisted

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

Current Time: Wed Oct 08 17:13:09 PDT 2025

Total time taken to generate the page: 0.00607 seconds