# Face_Detection_AForge-DlibDotNet **Repository Path**: blue2015/Face_Detection_AForge-DlibDotNet ## Basic Information - **Project Name**: Face_Detection_AForge-DlibDotNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-10-30 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Face_Detection_AForge-DlibDotNet This demo program simply shows how to get the camera image by using aforge.net, and how to use dlibdotnet for face detection ## How to build You need to do the following
1. Open [FaceDetection.sln] with visual studio 2. Add [dlibdotnet. DLL] and [dlibdotnet. Extensions. DLL] under the [dilb.Net.DLL\] directory to the project reference 3. Set project platform to x64 4. Build the project, and you may get some error prompts 5. Copy all DLL files in the [Dilb.Net.DLL\] directory to the generated directory (. The directory where the EXE file is located) 6. Copy [face_data] folder to the generated directory (. The directory where the EXE file is located) 7. Rebuild the project. ## Preview