Filter löschen
Filter löschen

How can I segment brain gray matter from white matter?

9 Ansichten (letzte 30 Tage)
Prince Lassemento
Prince Lassemento am 5 Aug. 2023
Bearbeitet: Image Analyst am 12 Aug. 2023
Hi. How can I segment the gray matter from the white matter from the attached image? Please help me with MATLAB codes.
  2 Kommentare
MarKf
MarKf am 5 Aug. 2023
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 am 6 Aug. 2023
Ok! here is another image. Please help me with a matlab code to segment gray matter from matter.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Image Analyst
Image Analyst am 7 Aug. 2023
Find published algorithms here:
Pick one and code it up yourself, or ask the author to buy the code from them.
  3 Kommentare
Prince Lassemento
Prince Lassemento am 7 Aug. 2023
Bearbeitet: Prince Lassemento am 7 Aug. 2023
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 am 7 Aug. 2023
Sorry, I don't do private consulting for Answers people.
To learn fundamental concepts, invest 2 hours of your time here:

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 7 Aug. 2023
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.

Kategorien

Mehr zu Biomedical Imaging finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by