FaceSDK is distributed with the following sample applications (they can be found in the samples\ directory of FaceSDK):
1. LiveRecognition
This application memorizes a person from a camera and recognizes her when she looks into a webcam. Source code is available on Microsoft C# 2005/2008, Borland Delphi 6.0/7.0, Microsoft Visual C++ 2005/2008, Microsoft Visual Basic .NET 2005/2008 and Visual Basic 6.0.
2. FaceTracking
This application receives a picture from a webcam and highlights all detected faces with rectangles. Source code is available on Microsoft C# 2005/2008, Borland Delphi 6.0/7.0, Microsoft Visual C++ 2005/2008, Microsoft Visual Basic .NET 2005/2008 and Visual Basic 6.0.
3. Lookalikes
This application allows the user to create a database of faces and run a search for best matches (the most alike face from a database is shown). Source code is available on C++, Microsoft C# 2005/2008, Borland Delphi 6.0/7.0.
4. FacialFeatures
This application opens a photograph, detects a face in a photo (only one face, the one that can be detected best), detects face features and draws a frame around the detected face and detected features. Source code is available on Microsoft C# 2005/2008, Borland C++ Builder 6.0, Borland Delphi 6.0/7.0, Microsoft Visual C++ 2005/2008, Microsoft Visual Basic .NET 2005/2008 and Visual Basic 6.0.
5. Portrait
This application is for command line. It receives a picture, detects a face and, if the face is found, crops it and saves to file. Source code is available on C++.
6. Advanced
Source code of .NET wrapper which links facesdk.dll dynamically and samples of using this wrapper. Refer to Using with .NET (C# and VB) for details.




