필터 지우기
필터 지우기

I have the matlab code for Hierarchical Centroid Shape Descriptor method. The image contains the steps .Please help me to correcte the codes for brain tumor detection.

조회 수: 6 (최근 30일)
Here by i attached the steps in the imaege and i have also attached the coding . this is the HCSD code for letters only. How can i modify the code by using the steps mentioned in my image..
  댓글 수: 8
Walter Roberson
Walter Roberson 2017년 2월 27일
It looks to me as if you could call the code directly, provided that you are passing in a 2D image.
sam  CP
sam CP 2017년 2월 28일
Yes. It is the HCSD method for Letters. I want to make the code for brain tumor MRI input.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2017년 2월 28일
See my tumor detection demo. Note: it works for this image but is not guaranteed to work with all images that have tumors, of course. But feel free to adapt it.
For what it's worth, I'm also attaching my kmeans demo, though I said in your other question it's not good as a complete method for finding tumors unless you know in advance there there is definitely one there.
  댓글 수: 1
sam  CP
sam CP 2017년 2월 28일
Thank you ..Yes, it is very sure that the kmeans may sometimes select tumor and some other sorrounding tissue, for extractiong such healthy tissues , the HCSD method will be used and it will worked based on this attached source code (have to modify the code for brain tumor).The HCSD is decompose the image in subimages. There will be five steps
1.Take the input I and compute the transpose of I. 2.Calculate the centroid for each input. 3.Divide the image into two sub images based on the centers of gravity. 4.Normalize the obtained vector by using[-0.5,0.5] 5.Concatenate the features extratced from I and transpose of I
Then the healthy tissues are removed from the mri and select the tumor section alone

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by