This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lirec:faceident [2009-03-30 14:01] – davegriffiths | lirec:faceident [2009-05-27 10:50] (current) – davegriffiths | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======FaceIdent====== | ======FaceIdent====== | ||
| + | |||
| + | See also [[FaceIdent dev log]] | ||
| A simple approach to face identification, | A simple approach to face identification, | ||
| Line 18: | Line 20: | ||
| | /faceident | "user appeared" | | /faceident | "user appeared" | ||
| | /faceident | "user disappeared" | | /faceident | "user disappeared" | ||
| + | |||
| + | You can also drive the program via yarp with the following input messages: | ||
| + | |||
| + | ^ Input port ^ Bottle contents ^ Meaning ^ | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | |||
| + | Faces are saved in png format along with a text file to map them to id numbers. The sessionname | ||
| + | will be prepended onto the filenames for the text file and the image files, so you can save | ||
| + | multiple sessions. | ||
| Keys: | Keys: | ||
| Line 38: | Line 54: | ||
| Todo: | Todo: | ||
| * Try normalised cross correlation instead of image differencing | * Try normalised cross correlation instead of image differencing | ||
| + | * Expose image size and error threshold via yarp | ||
| + | * Use tinyxml or something better for the serialisation | ||
| Source code: [[http:// | Source code: [[http:// | ||