Automatic detection of mango using ellipse equation

1 次查看(过去 30 天)

采纳的回答

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