Borrar filtros
Borrar filtros

How can I segment brain gray matter from white matter?

9 visualizaciones (últimos 30 días)
Prince Lassemento
Prince Lassemento el 5 de Ag. de 2023
Editada: Image Analyst el 12 de Ag. de 2023
Hi. How can I segment the gray matter from the white matter from the attached image? Please help me with MATLAB codes.
  2 comentarios
MarKf
MarKf el 5 de Ag. de 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 el 6 de Ag. de 2023
Ok! here is another image. Please help me with a matlab code to segment gray matter from matter.

Iniciar sesión para comentar.

Respuestas (2)

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

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 7 de Ag. de 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.

Categorías

Más información sobre Biomedical Imaging en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by