How to classify brain tumor.

4 ビュー (過去 30 日間)
Muhammad Shoaib
Muhammad Shoaib 2015 年 10 月 5 日
コメント済み: Walter Roberson 2020 年 4 月 6 日
Hi, i am working on a project Brian tumor Segmentation and classification, i tried but didn't find a training Dataset for malignant and benign, please help me how to classify and which classifier is best for tumor classification, also if possible please provide me the link to download the Dataset for malignant and benign tumor. Thanks
  3 件のコメント
sowmya budiga
sowmya budiga 2020 年 4 月 5 日
Will this code run on version R2020a
Walter Roberson
Walter Roberson 2020 年 4 月 6 日
No, the code uses svmtrain() which was replaced with fitcsvm(). The last release it worked in was R2017b.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 10 月 5 日
  12 件のコメント
sam  CP
sam CP 2017 年 4 月 2 日
Physical characteristics of tumor are Asymmetry ,Shape deformation, Intensity etc
Walter Roberson
Walter Roberson 2017 年 4 月 2 日
Okay, so one partial step would be use regionprops to measure the Eccentricity and MeanIntensity of each region, discarding those with low eccentricity (under the assumption that "Asymmetry" implies "not round") or whose intensity does not match whatever it is that is required.
... and then you could choose randomly among all of the ones that remain and call that the tumor.

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by