If I have a binary image with, say, just a contour boundary (simple
example: a white background with a black circle, i.e. an "o"), how can I
fill the inside of the contour? I've played with both the watershed
segmentation and the scipy.ndimage.binary_fill_holes, without success.
thanks, Randy