New library for Image Processing

Hi!
I was looking towards processing as a tool for artists. I wanted to know if processing can have a library that can convert an image of a hand-drawn design on paper into a list of vectors of different shapes. For example, AutoCAD has this feature to convert hand-drawn designs into 3d Models. Similarly, it would speed up the process for artists to prepare more immersive digital designs.

The idea is to parse shapes based on color-based pattern matching, or even texture-based, depending on the use. I have developed a small prototype here just to demonstrate the idea(color-based shape parsing) on github here
In the readme, you would find Shapified images. In every image, every shape found is filled with a different color just to identify it.

I was looking for suggestions if this module can be developed further as a library for Processing.

Thanks