Help with shape specification in matlab
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 27 Jun. 2016
0 Stimmen
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 Kommentar
Aminat Musah
am 28 Jun. 2016
Aminat Musah
am 30 Jun. 2016
0 Stimmen
Kategorien
Mehr zu Image Arithmetic finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!