Image segmentation - watershed

asked 2014-09-17 01:36:40 -0600

jamesnzt gravatar image

updated 2020-11-13 04:28:55 -0600

My work is to find an individual leaf from an group of leaves in the image. The constrain is the individual leaf i have to segment must be complete in shape. I used marker based watershed transform.

image description

I get this output

image description

I created the marker using dilation and erosion to find background and fore ground.

From this image how can i segment an individual leaf? What steps shall i go?

edit retag flag offensive close merge delete