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 CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by