필터 지우기
필터 지우기

extraction of feature of image

조회 수: 3 (최근 30일)
Durga
Durga 2014년 9월 20일
댓글: Image Analyst 2014년 9월 21일
How to extract features from a skin cancer image?I am new in matlab..can anyone help pls

답변 (2개)

Image Analyst
Image Analyst 2014년 9월 20일
Look up algorithms here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models Pick one that seems promising and code it up in MATLAB, then come back with your code if you have MATLAB-specific questions.
In the meantime, see my image segmentation demos in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  댓글 수: 6
Durga
Durga 2014년 9월 21일
Okay Sir..thanks for helping.Actually i couldnt track what is causing the recursion_limit_overflow,though the limit i hv used in the code is in its range;tried so many methods to overcome the error,so i was asking if anyone knows how to fix this kind of type error.I will try to use different methods to correct it.
Image Analyst
Image Analyst 2014년 9월 21일
Recursion generally means a function is calling itself inside itself. So look over the code to see if you see that happening anywhere.

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


Star Strider
Star Strider 2014년 9월 20일
You might find ‘Computer-Aided Diagnosis of Skin Lesions Using Conventional Digital Photography: A Reliability and Feasibility Study’ PLoS One. 2013 Nov 4;8(11):e76212 interesting, since it also includes the MATLAB code they used for feature extraction and classification.
  댓글 수: 1
Durga
Durga 2014년 9월 20일
Thanks,Okay..i am studying it

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

카테고리

Help CenterFile Exchange에서 Earth and Planetary Science에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by