MATLAB: How to automatically segment the ventricle of the brain

Image Processing Toolboxsegmentationventricle

Please help me, I need to segment the ventricle of the brain as in this example :
segventricule.PNG
I used region growth but it does not give a good result

Best Answer

If simple thresholding and spatial cleanup (like bwareafilt) doesn't work, then try some of the more sophisticated algorithms in Vision Bibliography
See attached example
Related Question