Rank: 3858 based on 7 downloads (last 30 days) and 1 file submitted
photo

Toby Collins

E-mail

Personal Profile:

PhD student - Informatics, University of Edinburgh, UK

Professional Interests:
Computer Vision

 

Watch this Author's files

 

Files Posted by Toby
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Nov 2008 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins 3d, statistics, memory, orderstatistic, volumetric data, 3d volume 7 3
  • 4.66667
4.7 | 3 ratings
Comments and Ratings on Toby's Files View all
Updated File Comment by Comments Rating
15 Apr 2011 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins Schabel, Matthias

I suggest a couple of minor changes :

1) Insert the following two lines after line 50 to get reasonable default values :

if (nargin < 3) winSize = 3; end;
if (nargin < 2) ord = 'med'; end;

2) Replace M = feature('memstats'); (which only works on Windows) with

try
    M = feature('memstats');
catch e
    M = 10^28; % or however many bytes of free space you figure your machine will have
end;

15 Apr 2011 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins Schabel, Matthias
29 Jun 2010 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins Alakoskela, Juha-Matti
27 Nov 2009 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins Kondra, Shripad

Thanks !

26 Sep 2009 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins Ganesh

Very useful. I like the display of memory allocation. Is there a 3D median filter where the user can set unequal window sizes along the 3 directions?

Top Tags Applied by Toby
order statistic, 3d filtering, 3d volume, 3d volumetric, filtering
Files Tagged by Toby
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Nov 2008 ordfilt3 Performs 3D order-statistic filtering on 3D volumetric data. Author: Toby Collins 3d, statistics, memory, orderstatistic, volumetric data, 3d volume 7 3
  • 4.66667
4.7 | 3 ratings

Contact us at files@mathworks.com