pmneila/PyMaxflow

how to segement the image with a mask?

Opened this issue · 0 comments

hey there,

now I have a mask(binary), which indicates possible foreground of the image, and one original image corresponding to the mask. How can i use this for segmented region smoothing? (meaning based on the mask to segment the corresponding region of the image, the edge of the mask can be rough)

looking forward to your response.