For the complete documentation index, see llms.txt. This page is also available as Markdown.

Face Recognition Dot Net SDK

Face recognition Dot Net SDK with liveness detection

Code

Setup

  1. CopyFacepluginSDK.dll to your project.

  2. Include FaceSDK.cs to your project.

APIs

GetHardwareId: This API is used to get hardware id of the device on which this SDK is running on

Activate: This API is used to activate the SDK

Init: This API is used to initialize the SDK call these functions

DetectFace: This API is used to detect faces, face liveness and get face attributes including yaw, roll, pitch, eye closedness, face occlusion, call these functions

Compare: This API is used to get the similarity of two face images

Last updated