How do i create spatial priors of the brain using matlab

1 visualización (últimos 30 días)
Paul
Paul el 4 de Feb. de 2014
Comentada: Paul el 11 de Mzo. de 2014
Hi All
this is my first question on here.
I am undertaking a project to segment 2d brain images into GM, WM and CSF using level sets, i know this is available in spm8 but i found this method interesting and wanted to create some code for it.
my problem is this: how do i strip the skull? how do i create spatial priors for GM, WM and CSF from the 30 images i have.
i have 10 axial, 10 coronal and 10 sagittal. i want 2d priors for each of them
thanks in advance for all the help!
  1 comentario
Paul
Paul el 4 de Feb. de 2014
Editada: Paul el 4 de Feb. de 2014
The images are in .png format and have the following dimensions:
Type of scan Rows Columns
Axial 358 291
Coronal 457 640
Sagittal 457 640

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 4 de Feb. de 2014
To strip the skull you threshold it so that you get the skull separated - not connected to the brain. Then you label it with bwlabel() and then use ismember() to isolate the region with label 1, which should be the skull assuming it's the outermost object (no letters or annotation present in the image). Or you can use ismember to extract out everything with labels 2 and up to get everything except the skull.
  3 comentarios
Image Analyst
Image Analyst el 7 de Feb. de 2014
You can search VisionBib to find algorithms. If you can find the tissue based solely on gray level, then see my File Exchange. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Paul
Paul el 11 de Mzo. de 2014
thanks for everything. I gave up on the spatial priors as it was consuming too much of my time and the actual active contour implementation needs to be done. i will probably come back to it one day trying to figure it out!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MRI 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