.NET指纹SDK
我正在寻找可用于 .NET 的指纹读取器 SDK 的比较(我们正在使用 .Net 3.5)。 我的要求是
1. 将多个指纹与一个人关联。
2. 自行存储指纹。 (所以我不必更改程序的数据库。)
3. 在事件和无事件模式下工作。 (事件模式:如果有人在读卡器上滑动手指,则会发出通知;无事件模式:我在同步模式下激活读卡器)。 4. 应提供用于确认用户或识别用户的 API。 (确认API:我发送该人的ID/唯一号码,它确认这是同一个人;识别API:sdk在使用指纹查找该人后发送该人的ID)
我还想进行比较如果有人知道互联网上有指纹读取器的话。
希望我说清楚了。
谢谢,
基肖尔.
I am looking for a comparison of Fingerprint reader SDKs available for .NET (we are using .Net 3.5). My requirements are
1. Associate more than one fingerprint with a person.
2. Store the fingerprints it self. (So I do not have to change the Database for my program.)
3. Work in both event and no-event mode. (Event Mode: Give notification if someone swipes a finger on the reader; No-Event mode: I activate the reader in synchronous mode).
4. Should provide API for either confirming a user or Identifying a user. (Confirm API: I send the person's ID/unique number and it confirms that it is the same person; Identifying API: The sdk sends the person's ID after it looks up the person using the fingerprint)
I would also like to get a comparison of Fingerprint readers if anybody knows of one available on the internet.
Hope I was clear.
Thanks,
Kishore.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果 QFinger 有点太多,请尝试 [http://www.grfinger.com/]。
GrFinger 是一个非常简单的 SDK,不需要服务器等。您可以以您选择的任何形式将其捕获的指纹存储为 byte[]。 我们将它们存储为 SQL Server 中的 VARBINARY(MAX),但您可以根据情况进行任何操作。
If QFinger is a little too much, try [http://www.grfinger.com/].
GrFinger is a pretty simple SDK that requires no server, etc. You can store the fingerprint it captures as a byte[] in however form you choose. We stored them as VARBINARY(MAX) in SQL Server, but you can do whatever your situation calls for.
我已经使用过 Queaso 的 SDK。 SDK 支持您请求的功能。
但您最好联系他们了解更多详情。
*** 该产品名为 QFinger。 您还可以在那里找到读者列表...
QFinger 不再只是为了更新而存在。
I already worked with the SDK from Queaso. There SDK support the features that you request.
But you better contact them for more details.
*** The product is called QFinger. You can also find there a list of readers...
QFinger No longer exists just for an update.
由于您正在寻找指纹读取器 SDK 的比较,因此您可以从这里开始。
您可以从 M2SYS 查找 BioPlugin SDK。 该 SDK 允许开发人员快速将多模式生物识别软件与任何 Windows 或 Web 软件集成。 它支持任何兼容 SQL 的数据库,包括 MS SQL Server、Access、MySQL、Oracle 9i、DB2、Informix 等。
由于您还想比较指纹扫描仪,我可以推荐以下两个:
M2-EasyScan ™ USB 指纹读取器。 -EasyScan™ 指纹读取器是一款坚固耐用、符合人体工程学的指纹读取器,即使在高吞吐量环境中,也能确保一致的图像质量和准确的结果。它可以捕获高质量的图像,并且不会因频繁使用而降低质量。
M2-EasyScan Pro™。 这一种最适合大规模或小规模指纹识别。 扫描表面上有厚实的防刮涂层,可以毫无困难地在任何恶劣环境下长期重型使用。 该扫描仪经 FBI 认证,符合单个指纹读取器的 PIV-071006 图像质量规范,旨在从干燥、潮湿、老化、有疤痕和难以扫描的手指中捕获单个指纹图像,从而提高准确性和可靠性。
您还可以在谷歌上搜索指纹扫描仪,您会找到多种可供选择的选项。
Since you are looking for a comparison of fingerprint reader SDKs, here is one you can start with.
You can look up the BioPlugin SDK from M2SYS. This SDK allows developers to rapidly integrate multi-modal biometric software with any Windows or web software. It supports any SQL compliant database, including MS SQL Server, Access, MySQL, Oracle 9i, DB2, Informix etc.
Since you also want to get a comparison of fingerprint scanners, Here are two I can recommend:
The M2-EasyScan™ USB Fingerprint Reader. The M2-EasyScan™ fingerprint reader is a rugged, ergonomic fingerprint reader that ensures a consistent image quality and accurate results, even in high throughput environments.It captures a high quality image and will not degrade with frequent usage.
M2-EasyScan Pro™. This one is most suitable for both large scale or small scale fingerprint identification. It’s thick, anti-scratch coating on the scanning surface endures long term heavy duty usage in any harsh environment without any difficulty. FBI certified to be compliant with PIV- 071006 image quality specifications for single fingerprint readers, the scanner is built to capture single fingerprint images from dry, moist, aged, scarred, and difficult to scan fingers for greater accuracy and reliability.
You can also Google for fingerprint scanners and you will come up with a wide variety of options you can choose from.