Open aqt01 opened 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!
libfprint supports the PGM format, maybe its possible to convert pgm to xyt ?
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!