Login  Register

Re: Algorithm Difference between Median_Filter And Median Inside Rank Filter?

Posted by m_azodi on May 08, 2014; 9:55pm
URL: http://imagej.273.s1.nabble.com/Algorithm-Difference-between-Median-Filter-And-Median-Inside-Rank-Filter-tp5005217p5007642.html

Hi Michael,

If I am right, we do have three different Median Filters here:
1) RankFilters plugin
2) FastFilters plugin (less accuracy but fastest one)
3) Median_filter plugin
I am wondering if all of the mentioned plugins could perform median filter on 24 or 32-bit images?
Apart from them, do you suggest any other median filter algorithm (outside of the concept of imageJ framework) which would perform fast on processing 24 or 32-bit images? If yes, then please leave me the implementation link.

Thanks in advance.