필터 지우기
필터 지우기

MRI image classification for disease diagnosis

조회 수: 2 (최근 30일)
Jab
Jab 2016년 2월 5일
댓글: Jab 2016년 2월 5일
I am working on MRI images for image classification. My aim is Feature extraction and then classifier. Any ideas that I could use behind these steps?
I have done like (i) Segmentation and extracted the segmented voxels. Now the segmented voxels are of different sizes for each image. So no idea how to input this to a classifier? tried with mean and other statistics features. accuracy is less.
(ii)planning to take the histogram of the segmented region. But the voxels are in int16 format and if I change to uint8 format is it meaningful?
Thanks for all your help!
  댓글 수: 2
Image Analyst
Image Analyst 2016년 2월 5일
"So no idea how to input this to a classifier? " <== You pass them in through an input argument list of a function.
If you change from uint16 to uint8 you will lose intensity resolution. I would not do that unless you are really low on memory.
Jab
Jab 2016년 2월 5일
Thanks for your prompt reply!

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by