matlab code for brain tumor detection based on multi parameter MRI image analysis

11 visualizzazioni (ultimi 30 giorni)
AIM AND KEY WORDS OF THIS TOPIC IS to detect the exact location of tumor without disturbing the entire image.
(E)EDGE PARAMETER(EDGE DETECTION)
(G)GRAY PARAMETER
(H)LOCAL CONTRAST, WATERSHED SEGMENTATION.
***BLOCK DIAGRAM IS AS SHOWN BELOW: ***
MRI image as input --> preprocessing --> division into blocks -->
--> E --> G --> H --> watershed segmentation --> 2D visiualization
so far i tried like this..
firstly i have read an brain tumor mri image,by using 'imtool' command observed the pixels values. now as already we are knowing from input image the location of the tumor i placed cursor at that place and observed the pixels at that place.
but i have many doubts there sir.that is how can i differ tumor located pixels from other pixels in the image and how to highlight that part only.
i don't know what to do from this step. as i am not getting that i moved to edge detection. that to i did not get properly.
i just tried this and i don't that is this is correct or not.
  10 Commenti
Walter Roberson
Walter Roberson il 1 Lug 2016
And "If you present the code you have accomplished so far on this, and discuss the errors you have found in your code, then someone may help you to understand the errors."
But please do that in a new Question, not this one.

Accedi per commentare.

Risposta accettata

Jan
Jan il 3 Mar 2011
This request is bold. On one hand you write " I have to do", but some line later you please us to send you the code without mentioning any details about what you have done so far.
I cannot imagine, that you really expect to get a ready-made program by this way. Therefore I estimate this "question" as not serious.
EDITED: Bhargavi has inserted the necessary amount of information and improved the question substantially. Now it is obvious, that his question is serious.
  1 Commento
Jan
Jan il 3 Mar 2011
Thank you very much for this additional information. I suggest to edit the original question and replace it by the comments for this and Walter's answer. It is much more likely, that an image processing profi will spend time for answering, if the question contains 1. the information about what you have done so far, and 2. *less* uppercase letters.
You tell us, that you have tried this. Then it is the best idea to post the code, even if it is wrong. It is always *much* easier to improve a code, then to create a new one.

Accedi per commentare.

Più risposte (1)

Walter Roberson
Walter Roberson il 3 Mar 2011
That paper and building the resulting code is a complete course for at least one university. It would thus seem inappropriate to provide the entire source code on demand.
The primary author's faculty description is here; you could probably locate his email address and write and ask for the software.
  1 Commento
Walter Roberson
Walter Roberson il 3 Mar 2011
Sorry, I do not have any experience in those topics.
When searching for additional information about the paper, I noted that you have been asking in other forums for this code since February 13th. It is unfortunate that you did not happen to try here earlier.
If you present the code you have accomplished so far on this, and discuss the errors you have found in your code, then someone may help you to understand the errors.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by