how can i segment an object with region growing?
I am going to segment an leaf from the following picture.
Then I am going to take three points which include center of the image. I have to grow the region to segment it from the others. The intersecting regions of two points are going to be consider as one.
if not segment three regions for three points and finally i have to get the three leaves.
anybody please can explain the steps i have to use or function that suits well? Thanks in advance.