I've used Canny and findContour to detect my contours of drawn coloured lines. However, because of this, I am currently facing a problem of having lines being bounded. What I want is to overlay and detect the entire line.
This is what I have now: https://i.stack.imgur.com/o8i3s.jpg
I want the blue detection lines to cover the entire line that is being drawn. Not just the perimeter of the line drawn. How is this possible?