Automatic detection of mango using ellipse equation

1 回表示 (過去 30 日間)
leon
leon 2013 年 2 月 24 日

採用された回答

Image Analyst
Image Analyst 2013 年 2 月 24 日
That image does not look like a mango. And, what is "the ellipse equation"? If it's just the standard ellipse equation then that is just an equation - it does not segmentation on the image at all. See my segmentation demos for help: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  6 件のコメント
Walter Roberson
Walter Roberson 2013 年 2 月 27 日
It looks to me as if texture analysis might need to be the approach.
Image Analyst
Image Analyst 2013 年 2 月 27 日
That would most likely be a step in the solution. But some mangoes are patterned while some are smooth, and sometimes the background has splotchy texture too but sometimes it's smooth. So it would probably involve lots of things like texture, combined with color, combined with edge detection, combined with size filtering to weed out objects that are too large or too small (would have to know the spatial calibration for that), and maybe some other things I can't even think of. Then perhaps take the convex hull when you've binarized it down to candidate blobs. Might have to use edge detection combined with watershed to split apart those overlapping mangoes, and then do shape filtering to get rid of non-oval (i.e. crescent or sliver) shaped blobs. Way too much effort for me to offer any help for.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by