if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available?

落爺英雄遲暮 提交于 2019-12-10 17:53:07

问题


if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available?


回答1:


You don't need any new APIs to do biometrics as such, but specialized biometric APIs do exist. They're typically most helpful if you want to make inter-platform information sharing easier, skip some of the boring parts of writing image acquisition/storing programs, that sort of thing. Writing code that's compatible with all the relevant biometric standards can get pretty gory without the sort of guidance that a biometric API can provide. The BioAPI Consortium (http://www.bioapi.org/) hosts some specifications and other such things on their website if you're interested in possibly acquiring one, although I'm not deeply familiar with all the stuff they're up to.

In deciding whether or not to use a biometric API, I would check first to see how easy it is to make your acquisition device interoperate with your software. If you're planning to just take a few pictures for research purposes and download them onto your machine from a camera that you've already figured out, it may be less important to get one than if you're taking a bunch of pictures for access control purposes, which requires that you plug different cameras into different computers in different places.




回答2:


One option is Neurotechnology VeriEye (not free, but they have a trial I think), they offer a pretty comprehensive SDK to work with iris images and do verifications/identifications. The biggest challenge is getting usable images from your phone camera. I have seen reasonably succesful iris recognitions using iris images extracted from dslr full-face images, so you should be able to get something usable out of your (rear) camera. As a ballpark figure, you typically need a 640x480 image that captures the complete eye.




回答3:


I dont believe there are any libraries as such for biometrics . Also unless you are using your own hardware I dont think its viable as none of the current phones have the camera resolution to capture an iris in its details.



来源:https://stackoverflow.com/questions/2761761/if-i-wanted-to-perform-an-iris-scan-would-i-need-any-additional-apis-or-can-i

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!