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.
1 回表示 (過去 30 日間)
古いコメントを表示
![1(41).png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/198773/1(41).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!