Reputation: 12333
Is there a code to convert this? I have hex format of fingerprint data. I want to display in UIImageView
as image.
I tried convert hex into NSData
and then use imageWithData:
but it doesn't work. no image shown. obviously it's not an image. not start with FF D8 and not end FF D9.
Anybody knows these? appreciate your help.
Upvotes: 2
Views: 3004
Reputation: 6684
Check this software at: http://www.nist.gov/itl/iad/ig/nbis.cfm
It does pretty much what you want. You have to write some C++ wrappers though.
Upvotes: 0
Reputation: 13542
Looks like Free FingerPrint Imaging Software (FFPIS) is a no-cost option that can convert WSQ.
Upvotes: 1