필터 지우기
필터 지우기

How can I segment brain gray matter from white matter?

조회 수: 9 (최근 30일)
Prince Lassemento
Prince Lassemento 2023년 8월 5일
편집: Image Analyst 2023년 8월 12일
Hi. How can I segment the gray matter from the white matter from the attached image? Please help me with MATLAB codes.
  댓글 수: 2
MarKf
MarKf 2023년 8월 5일
Your jpeg seems to be a black and white image, you'd need at least a grayscale one to segment gray and white matter (also a neuroscientist may understand what you mean with gm and wm, but this question -same as the pic- is awfully generic).
You can then use a threshold to separate them in a single image. if the image has a gradient or a local bias a local adaptive thresholding method might be useful. There are tools to get the threshold automatically and to create probabilistic maps of the tissues. One example is ft_volumesegment from the fieldtrip toolbox.
Prince Lassemento
Prince Lassemento 2023년 8월 6일
Ok! here is another image. Please help me with a matlab code to segment gray matter from matter.

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

답변 (2개)

Image Analyst
Image Analyst 2023년 8월 7일
Find published algorithms here:
Pick one and code it up yourself, or ask the author to buy the code from them.
  댓글 수: 3
Prince Lassemento
Prince Lassemento 2023년 8월 7일
편집: Prince Lassemento 2023년 8월 7일
Thank you. But I am NOT understanding the interpretation of your codes because working with matlab and coding in matlab is new to me. Can I schedule a zoom meeting with you? prince.73767@gmail.com is my email. I am a first year M.S Research Scholar at IITM, in the department of Biomedical Engineering.
Image Analyst
Image Analyst 2023년 8월 7일
Sorry, I don't do private consulting for Answers people.
To learn fundamental concepts, invest 2 hours of your time here:

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


Walter Roberson
Walter Roberson 2023년 8월 7일
First of all: you have zero possibility of accurately segmenting a JPEG image (unless it is one of the rare lossless JPEG images). Lossless JPEG blurs edges, and you will not be able to recover from that.
Secondly: A place I used to work spent several years trying to create algorithms to segment brain MRI images, working with brain surgeons and neurophysicts. 72% accuracy we could do routinely; to get past 78% accuracy required a lot of work, at least with real brain MRI.
What we found, in practice, was that getting useful accuracy required switching out of using MRI or CT images, and to instead use MRS -- to effectivelyu do chemical analysis voxel by voxel instead of doing image analysis.
Perhaps our results would have been different if we had had access to Recurrent Neural Network (RNN) technology. Our shallow neural network work did not produce any useful results -- too many false positives, too many false negatives.

카테고리

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