MATLAB: I have a set of MRI images in Dicom format and I want to display an image contain the boundary of the skull as well as the Tumor,but the problem is that the boundary of the skull is not continuous and the gaps widen for the higher slices of the bra

brain tumor detectionImage Processing Toolbox

Best Answer

You forgot to ask a question. My suggestion is to improve your segmentation algorithm rather than to try to "fix" it afterwards by doing stuff to the binary image. Meaning use a better algorithm on the gray level image so that you don't get a bad binary image that needs to be fixed.
Related Question