luksan / pyfprint

Python bindings for the fprint fingerprint scanner library
18 stars 23 forks source link

How to generate .xyt file from image? #6

Open aqt01 opened 5 years ago

aqt01 commented 5 years ago

Did this wrapper includes or has a way around to generate from image a xyt file? https://github.com/freedesktop/libfprint/blob/master/libfprint/fpi-img.c#L313

I want to compare a single fingerprint minutiaei or file vs a database using bozorth3 algorithm. But i need to generate .xyt file in order to use the algorithm for comparing

https://www.nist.gov/services-resources/software/nist-biometric-image-software-nbis

Any help/suggestions?

Thanks in advance!

xantares commented 4 years ago

libfprint supports the PGM format, maybe its possible to convert pgm to xyt ?