how can i complete the missing data in a cell to complete the cell. i tried imfill command but not works for me. thanks for your time.
조회 수: 2 (최근 30일)
이전 댓글 표시
.png)
댓글 수: 3
채택된 답변
Image Analyst
2018년 12월 13일
Your segmentation algorithm is no good. Use a better one. Maybe just need to change the threshold - can't tell because you did not attach the original image.
To merge nearby blobs into a single blob, use imclose().
To get the convex hull, use bwconvhull().
댓글 수: 2
Image Analyst
2018년 12월 19일
What does that mean? Do you mean things that are out of focus? Maybe try stdfilt() and threshold on things that have a high standard deviation.
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!.png)
