필터 지우기
필터 지우기

Problem in image classification

조회 수: 2 (최근 30일)
kash
kash 2012년 4월 12일
I have extracted the features of an image the segmented part of a brain image ,i want to classify to which class it belongs ,
classes are
no tumour,
tumour initial stage
tumour middle stage
please tell how to process
  댓글 수: 1
Ashish Uthama
Ashish Uthama 2012년 4월 12일
If your question is "which class does a particular feature belong to?", then this might not be the best place to ask. Your professor/advisor/boss/ or someone with a background in radiology might be able to guide you better.

댓글을 달려면 로그인하십시오.

답변 (1개)

Aaditya Kalsi
Aaditya Kalsi 2012년 4월 12일
The Stats Toolbox would be useful for this. It has a function called CLASSIFY. You must however know which segmented part is which class to Train. You can then test the classifier on the other segments which were not used for training and compare against their known answers.
If you do not know which segment belongs to which class, you can then use KMEANS with k = 3.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by