-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
I'm currently working with fingerprint images in the WSQ format; but I see the WSQ support is not yet available in the C# version of SourceAFIS.
To work around this, I tried using the Java version, which supports WSQ images. While this approach worked, I noticed a slight difference in matching results compared to earlier tests with the C# version using PNG images. Specifically, the Java version shown lower precision, including a false positive match that did not occur with the C# version.
Given this, could you recommend a reliable library for decoding WSQ images so that I can preprocess them and continue using the .NET version? I tried NBIS (using dwsq
), but was unable to export the WSQ images correctly. On the other hand, if I preprocess the images by converting it first from WSQ, would the minutiae extraction perform worse compared to working directly with WSQ images?
Thanks in advance!