문제

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?

올바른 솔루션이 없습니다

다른 팁

You can also consider pycairo for drawing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top