matlab code for brain tumor detection based on multi parameter MRI image analysis
이전 댓글 표시
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
Walter Roberson
2011년 3월 3일
We need a sample picture.
Walter Roberson
2011년 3월 4일
Your question is now better written -- but we still need a sample image. Please upload one or two to some service such as imageshack and post the URL.
Jan
2011년 3월 4일
If you post the URL inside your question, all readers can see the images.
bhargavi
2011년 3월 4일
Jan
2011년 3월 4일
See: http://www.mathworks.com/matlabcentral/answers/help/markup
Jan
2011년 3월 4일
See: http://www.mathworks.com/matlabcentral/answers/help/markup
And see this comment itself: I've embedded a link just by embedding a link. No tricks. Inside a question surrounding < and > make a link a hyperlink in addition.
Jan
2011년 3월 4일
Fine. Where have you done this? I see a link to the homepage of a university in your question, but there are not pictures.
Jan
2011년 3월 10일
Please open a new thread for this question.
naveena gv
2016년 7월 1일
can u help me to work on the code
Walter Roberson
2016년 7월 1일
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.
채택된 답변
추가 답변 (1개)
Walter Roberson
2011년 3월 3일
1 개 추천
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
Walter Roberson
2011년 3월 3일
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.
카테고리
도움말 센터 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!