Luxand FaceSDK – Distribution
Please download the latest version of Luxand FaceSDK from: https://www.luxand.com/facesdk/download/
Binaries directory structure
The FaceSDK binaries directory contains the following directories and files:
|
Binaries\Android |
FaceSDK Android binaries (armeabi-v7a, arm64-v8a, x86, x86_64) |
|
Binaries\iOS |
FaceSDK iOS binaries (static and shared) |
|
Binaries\Linux |
FaceSDK Linux binaries (aarch64, armv7, x86, x86_64) |
|
Binaries\macOS |
FaceSDK macOS (x86_64, arm64) |
|
Binaries\Windows |
FaceSDK Windows binaries (win32, x64) |
Wrappers
The wrappers directory contains the following:
|
Wrappers\dotNet |
.Net wrapper (including FaceSDK.NET.dll) |
|
Wrappers\Android |
Android wrapper (FSDK.java) |
|
Wrappers\C |
LuxandFaceSDK.h – include file for C/C++. |
|
Wrappers\Delphi |
Delphi wrapper (LuxandFaceSDK.pas) |
|
Wrappers\Java |
Java wrapper (NetBeans, including FaceSDK.jar and jna.jar) |
|
Wrappers\Python |
Python wrapper |
|
Wrappers\WebAssembly |
WASM wrapper (including simd support) |
Demo
The demo directory contains the following applications:
|
FaceSDKWelcome |
A welcome application that you can use to launch other demo applications, get a hardware ID, or click on a link to documentation and order. |
|
FacialFeatureDemo |
A demo application for displaying facial features. |
|
LiveRecognitionDemo |
A demo application that recognizes faces and shows age, gender, and facial expression. |
|
Panorama |
A demo application that shows several panoramic images, determines the angles of the face and rotates the image. |
|
PhotoDemo |
A demo application that receives a picture, detects a face and facial features, and, if the face is found, crops it. |
Next chapter: Sample Applications