Segmentation for brain matter detection in MRI image.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Victor Manuel Sobrino Garcia
le 3 Jan 2018
Réponse apportée : Victor Manuel Sobrino Garcia
le 10 Jan 2018
Hi.
I’m working as an student on an app to perform object detection (mainly gray matter) on a bran image (typically gray matter)
I have some “knowledge” available in form of images containing an slice of the gray matter (one slice per slice of the MRI). With this info to perform the segmentation should have been pretty straight forward, but it isn’t. I’m a little lost.
My options are: Perform some object detection by using Hough transform (I don’t know how to do so in MATLAB) Do some blob detection (with watershed or other similar) and then join all the blobs using tha knowledge I have in any way.
Do you have any suggestion? I mean, is there any function, or example to review to get some info about all this?
My problem is that I’m very new on MATLAB even though I know other environments.
Thanks in advance!
0 commentaires
Réponses (2)
Sarah Mohamed
le 5 Jan 2018
There is an example that demonstrates how to use the Hough transform to detect lines in an image, which might get you started on how to use this function:
More generally, one place to look to learn how other users have solved similar problems is to search on the File Exchange for other community submissions. Here's an example that segments MRI images for tumor detection:
0 commentaires
Voir également
Catégories
En savoir plus sur MRI dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!