Help with shape specification in matlab

조회 수: 1 (최근 30일)
Aminat Musah
Aminat Musah 2016년 6월 27일
답변: Aminat Musah 2016년 6월 30일
I am currently using matlab to count cells in an image, however it's picking up not just cells but also non-cells like blood vessels...How do I wtrite the code to specify a specific shape which I want the software to include and eliminate?

채택된 답변

Muhammad Usman Saleem
Muhammad Usman Saleem 2016년 6월 28일

추가 답변 (2개)

Walter Roberson
Walter Roberson 2016년 6월 27일
Generally speaking, you should look at Feature Extraction.
One of the features might be the Eccentricity of the area as calculated by regionprops(). Another feature might involve average Hue. Area can be important. glcm() can be used for texture analysis.
  댓글 수: 1
Aminat Musah
Aminat Musah 2016년 6월 28일
Thanks Walter, I'll look into those.

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


Aminat Musah
Aminat Musah 2016년 6월 30일
Thanks Muhammad!

Community Treasure Hunt

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

Start Hunting!

Translated by