フィルターのクリア

How to perform quantitative analysis of brain MRI segmentation?

1 回表示 (過去 30 日間)
Nagaraj H
Nagaraj H 2013 年 9 月 21 日
I am using modified fuzzy C means(MFCM) and level sets segmentation for automated brain MRI image segmentation into WM(White Matter), GM(Gray Matter) and CSF(Cerebrospinal Fluid). The initial segmentation is done by MFCM approach and the results obtained are given to level set. I used some code available in file exchange. I need to perform quantitative analysis of segmentation using MATLAB. Since I am new to Segmentation, Please suggest suitable code/s, and method/d for segmentation evalvation. I am having segmented images in bmp format.

採用された回答

Image Analyst
Image Analyst 2013 年 9 月 21 日
Assuming you have segmented the image into those three classes with your other software, you can then use regionprops() to measure characteristics. See my BlobsDemo image segmentation tutorial for an example: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

その他の回答 (1 件)

vaishali
vaishali 2013 年 9 月 21 日
  1 件のコメント
Nagaraj H
Nagaraj H 2013 年 9 月 21 日
Thank you vaishali for reply. The link provided by you does not give info about quantitative analysis of segmentation. I am having problem of runing mex in my MATLAB. I am getting error for all mex files. Please see other solutions for quantitative analysis of segmentation and mex.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMRI についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by