Help with shape specification in matlab
1 回表示 (過去 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?
0 件のコメント
採用された回答
その他の回答 (2 件)
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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!