Re: Algorithm Difference between Median_Filter And Median Inside Rank Filter?
Posted by
ashishdonvir on
Oct 19, 2013; 5:09pm
URL: http://imagej.273.s1.nabble.com/Algorithm-Difference-between-Median-Filter-And-Median-Inside-Rank-Filter-tp5005217p5005253.html
yes i am ashish. Thanks for your reply.
Now can you please simplify Median of RankFilter for me as i have to implement it on my own way. And accuracy does matter for me as i am suppose to use this for medical imaging. And Median of Rank Filter gives me better result.
I am comparing Rank Filter with this
http://svg.dmi.unict.it/iplab/imagej/Plugins/Forensics/Median_filter2/Median_Filter.htmlmy own implementation is same as above take the same time. Now plese take a moment and simplify median of RankFilter for me. I mean if we don't use multithreding what would be the logic of Median. I have my image of type unsigned short.
Thank you in advance..