I wonder if anybody could tell me if there's a method for connecting edge lines that have parts missing. E.g. I have an image with a roughly circular blob, I've applied a Canny edge detection method and it returns and three quarter crescent edge, whereas I'd like it to form a region that could be picked up by a Hough transform.
I've been playing around with this with openCV. I've tried finding contours, but no such luck.
Many thanks.
Edit: example contour output to try Hough transform on (top left):
Should add, I can detect a circle for that image, it would just be nice to be able to make it a disjoint region.