MATLAB: How can i detect/localize the spine region and segment individual vertebra from the given image. I really need help to start with. With much thanks.

filterslocalizesegmentspinevertebra

I intend to use the segmented vertebra to further classify it as benign or malignant. Since many regions in the image have similar intensities i am finding it difficult to precisely segment vertebrae. could any shape features me used? plz suggest.
7.jpg

Best Answer

Nothing is built in to MATLAB - no "Vertebrae Segmentation/isolation Toolbox" exists - so you'll have to build something up from published algorithms and lower level toolbox functions.
Of course if this is for publication or a university degree, you can't just use a published algorithm, you'll have to show how your new and totally different algorithm, or improved, adapted algorithm, is better than existing ones.