MATLAB: How to perform skull stripping with 3 stage?1-Object counting after labeling 2-Label storage 3-Skull separation on volume

Image Processing Toolboxlabel storageobject countingskull separation on volumeskull stripping

i have a brain labeled image .i want to skull stripping it with 3 stage:1-Object counting 2-Label storage 3-Skull separation on volume(max volum selected and min volum eliminate) in fact after this work i have 2 lobe of brain

Best Answer

I've done skull stripping before : http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22skull+stripping%22 There's code there that should give you a good start. Use that and adapt it and post your own code and image if you need further help.
Related Question