Is there a way to convert a .wsq fingerprint image file to a bitmap image (bmp) file?
sample .wsq fingerprint image file is here
Is there a way to convert a .wsq fingerprint image file to a bitmap image (bmp) file?
sample .wsq fingerprint image file is here
我曾经不得不使用一个名为 iwsq 的实用程序从 wsq 文件中提取位图。不幸的是,它只是二进制文件,来源未知,也没有源代码。
搜索 iwsq会找到这个存档,您可以直接从 c# 调用它作为可执行文件。
SourceForge 上还有FFPIS 项目。它自 2004 年以来一直没有更新,但链接可能会提供更多代码。
WSQ Image Library是一个带有价格标签的 WSQ 相关的 SDK。
我在这里围绕 NBIS 实现提供了一个 .NET 包装器(编码/解码、Windows 窗体和 Wpf 图像):https ://github.com/odalet/Delta.Imaging/tree/master/Delta.Wsq
我们已经在 Java 中实现了这个实用程序(将 .WSQ 指纹文件转换为 .BMP),并将其作为 Web 服务提供。您可以免费使用它: http: //leversystems.com/products/fiss/。C# 和 Java 中也提供了有关如何使用此服务的示例代码。