Effacer les filtres
Effacer les filtres

Help with shape specification in matlab

3 vues (au cours des 30 derniers jours)
Aminat Musah
Aminat Musah le 27 Juin 2016
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?

Réponse acceptée

Muhammad Usman Saleem
Muhammad Usman Saleem le 28 Juin 2016

Plus de réponses (2)

Walter Roberson
Walter Roberson le 27 Juin 2016
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 commentaire
Aminat Musah
Aminat Musah le 28 Juin 2016
Thanks Walter, I'll look into those.

Connectez-vous pour commenter.


Aminat Musah
Aminat Musah le 30 Juin 2016
Thanks Muhammad!

Community Treasure Hunt

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

Start Hunting!

Translated by