Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Split jointed bee pollens
1 回表示 (過去 30 日間)
古いコメントを表示
I believe this is a difficult problem...I want to split 2 or more jointed bee pollens....I n the upper right area
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202614/image.png)
i use this code
function cluster_splited=clustering(cluster_binary);
se = strel('sphere',10);
cluster_splited0=imerode(cluster_binary,se);
cluster_splited1=imclose(cluster_splited0,se);
cluster_splited2=imclose(cluster_splited1,se);
cluster_splited=imclose(cluster_splited2,se);
end
but the result is this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202615/image.png)
it doesnt split the cluster...How could i do it ??I want to split in the middle of the cluster and segment 2 pollens...
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!