I will have images like the following in terms of color and complexity. These will be created with hand drawing and then scanned.
Then maybe after some series of filters there will be black complex shapes on white bg in a bitmap.
Now, I would like to find contours of these and then create an svg vector graphic to work in Adobe Illustrator.
Of course, hard way of saying that is:
I would like to find contours of these black shapes, fit splines, lines, and vertices, create a vector graphic, save it in svg...
How is that possible?
Is there a library for this that I should dive deep, or I should construct my own algorithm in order to achieve the result?