I'm trying to make a page that collects user drawn images and creates a composite image. The users are asked to draw a certain shape and I would like to avoid "vandalism" of the drawing which would effect the final composite.
Is there a way to check, in any language, that the image submitted is roughly comparable to the requested shape. I'd like to allow for a moderate level of deviation.
Thanks,