From: Farie on
Hi,

I need to do image segmentation to omit background image and noise from an image. For example, I have a bunch of grape and I need to omit the detached fruit from the picture. Please help me on this...thanks
From: ImageAnalyst on
On May 2, 11:48 pm, "Farie " <ocu96...(a)yahoogroups.com> wrote:
> Hi,
>
> I need to do image segmentation to omit background image and noise from an image. For example, I have a bunch of grape and I need to omit the detached fruit from the picture. Please help me on this...thanks

--------------------------------------------------------------------------------------
Study this demo on segmentation:
http://www.mathworks.com/matlabcentral/fileexchange/25157

For noise removal, why don't you just try median filter (medfilt2())
as a first step - that might do the trick.
From: Farie on
Thanks, but I think this demo is different from what I do, I want to pick the bunch and omit the others including detached fruits, and the image is in 3D...and sometimes the picture taken includes part of other fruits also...thanks, I really need help...
> --------------------------------------------------------------------------------------
> Study this demo on segmentation:
> http://www.mathworks.com/matlabcentral/fileexchange/25157
>
> For noise removal, why don't you just try median filter (medfilt2())
> as a first step - that might do the trick.