anyone could help on which function i should to use for auto detecting ROI in brain
please any help would be apprictiate

6 Comments

Nikhil Sapre
Nikhil Sapre on 11 Nov 2021
Edited: Nikhil Sapre on 11 Nov 2021
Your questions is very vague.
What does ROI mean? What does auto detecting ROI in brain mean?
Can you please give more context and more details to your question?
I understood ROI to be region of interest, but vague nonetheless.
Adam Danz
Adam Danz on 11 Nov 2021
Edited: Adam Danz on 11 Nov 2021
Many ROIs are defined by physiological responses which, of course, cannot be isolated by images of the brain. If you're refering to anatomical ROI isolation, there are already lots of programs that do that (I used caret). Of course it's also possible to do this in Matlab but I haven't looked into whether there is already a toolbox for that and I probably wouldn't use it anyway since there are already established tools for this widely accepted in my field.
what i mean is to automatic selection for this regoin of interest. for ex, hippocam in brain. and isolate it from other parts of brain
@Adam Danz is caret support it? i mean segmentaion and ROI
According to the link I shared, it has been replaced with https://www.humanconnectome.org/software/connectome-workbench

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 14 Nov 2021

0 votes

@MOHAMED GILANI, attached is a non-deep learning method that may help somewhat, at least for high contrast tumors. It uses traditional thresholding.

2 Comments

SIR
im focusing more on hippocampus detecting which more harder to apply thresholding
any suggesting?
My only other suggestion is to see how others did it. Besides looking at the VisionBib Image Processing literature link I gave you in the other answer, you can also search the medical literature "PubMed". You can probably get a more robust solution there than you ever will here, because there people worked on it for months or years and published it in peer reviewed journals.

Sign in to comment.

More Answers (2)

yanqi liu
yanqi liu on 12 Nov 2021

0 votes

sir,may be use DeepLearning method to train a segment model,such as unet to detect and seg,such as

Categories

Community Treasure Hunt

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

Start Hunting!