finding the number of connected component.
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm doing the project on leaf disease detection and classification.I have to differentiate leaf as healthy and unhealthy leaves based on number of connected components.
if number of connected component is 1 then the leaf is healthy else unhealthy. I have tried with bwconncomp() but i'm getting the number of objects as more than one even for healthy leaves. so , please can anyone suggest me some other solutions. Thanks in advance.
댓글 수: 1
Walter Roberson
2019년 1월 7일
attach a sample matrix that you feel should have a single connected component . Be sure to save as mat and attach that as datatype is important for this purpose .
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!