(I have posted the same question in theoretical computer science forum but I doubt that it will get much attention because it is more practical rather than theoretical)
I am looking for an algorithm that would allow me to generate a line as if it was drawn by hand, given a sample line.
In other words, I have a line (a drawing) that I need to recreate several times, like a human would do if they traced the original drawing on tracing paper.
Naturally, a human would trace the drawing pretty closely to the original, but with minor errors. So I am wondering if algorithm exists that would distort the drawing so that the result looks like a traced original made by a person.
This is for a program that animates a drawing.