Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Face Recognition/Verification and other biometrics in perl

by dynamo (Chaplain)
on Dec 26, 2007 at 19:08 UTC ( [id://659100]=note: print w/replies, xml ) Need Help??


in reply to Face Recognition/Verification and other biometrics in perl

First off, if you know enough to go the XS route, you probably also know enough to go the command-line-tool route, using the same libraries you have already found - I'd suggest that you write a simple wrapper in C++ and allow it to take text-based arguments plus a picture to recognize.

As for a pure-perl option, I'm not sure you're going to want to go that route, though I don't know what kind of hardware you're working with. The reason is that it will very likely be slow, unless you use some kind of semi-compiled language extension to do the work, such as PDL.

PDL may be the kind of thing you are looking for. It seems likely that someone's written facial recognition (or other biometric identification) software in PDL.

Good luck,
- D

  • Comment on Re: Face Recognition/Verification and other biometrics in perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://659100]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found