Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Split jointed bee pollens

조회 수: 2 (최근 30일)
DIMITRIOS THEODOROPOULOS
DIMITRIOS THEODOROPOULOS 2019년 2월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
I believe this is a difficult problem...I want to split 2 or more jointed bee pollens....I n the upper right area
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
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개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by