MATLAB: How to do Skull striping to a .dcm image in MATLAB

dicom imagesdigital image processingImage Processing Toolboximage segmentationskull stripping

I have tried this link to do skull striping. For .jpeg images, the answer is giving good solution. But when I tried that to .dcm image, I'm getting black image only.How can I do the skull striping to .dcm images without affecting it's internal parts. Please help me to do this

Best Answer

That link looks like it finds a tumor. Why don't you try searching for the tag skull stripping. I know I've given code for precisely that in prior posts. http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22skull+stripping%22
Related Question