Question

I want to write a program that outputs synthetic fingerprint drawings that are indistinguishable from human fingerprints. I know the theory of fingerprints and what makes them unique. I don't know how the program should be doing the actual drawing. An idea that came to my mind is making the program start from a vector equation that resembles a fingerprint and randomize it by playing with constanst. Later it can use pySVG http://codeboje.de/pysvg/ for the actual drawing. How else can I approach this?

Pas de solution correcte

Autres conseils

You can also consider pycairo for drawing.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top