フィルターのクリア

After segmenting, how can I do uncompleted fruit image?

1 回表示 (過去 30 日間)
Yuki Zue
Yuki Zue 2017 年 1 月 21 日
編集済み: Image Analyst 2017 年 1 月 22 日
Dear Sir, I am doing Fruit Recognition System.Now I segmented fruit images.But I have a problem.Some segmented fruits are not completed.Which function can I use for uncompleted images.Thank you so much.
  4 件のコメント
Yuki Zue
Yuki Zue 2017 年 1 月 22 日
編集済み: Yuki Zue 2017 年 1 月 22 日
This image is final result sir.
Yuki Zue
Yuki Zue 2017 年 1 月 22 日
編集済み: Walter Roberson 2017 年 1 月 22 日
Original image

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2017 年 1 月 22 日
編集済み: Image Analyst 2017 年 1 月 22 日
The problem is your segmentation algorithm is no good. It's better to fix that than to try to repair a bad segmentation with bwconvhull() or activecontour() or something.
I don't know what you want, but if you want just the apple, you can simply threshold. Just get any color channel and see if it is not 255 (pure white).
I don't know what you did for kmeans, but if you want the whole apple you should use k=2, though like I said that is not necessary. But for what it's worth, I'm attaching my color segmentation by kmeans demo to this post.

Community Treasure Hunt

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

Start Hunting!

Translated by