Dear Monks,
Does anyone know of a way to get a perl-application to do (basic) face-recognition (having a 'corpus' of faces, i'd like to know whether a given face of a person is in that corpus)? There seems to be something like that, using the OpenCV library, in
python, but i can't find anything for perl. I'd be happy with some command-line tool that simply spits out some parseable numbers on STDOUT, so i could incorporate it in my perl scripts, but most, if not all, things i found online are basically C(++) libraries, so i'dhave to go the XS route, which i'd really rather not do. Besides, the 'command line API' would have the big benefit that the face recognition would be easily swappable. Additionally, any other kind of trivially usable biometrics-package would be great to know of - fingerprints, speaker/voice recognition, etc.
So, any tips?
thanks,
-schweini
Update: Oh, i meant to ask for something that actually claims to work - there are a lot of projects around that start with "This prject will someday provide...", or "This is pre-alpha software..." and so on. I was looking for somthing at least in a more usable state...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.