This demo program simply shows how to get the camera image by using aforge.net, and how to use dlibdotnet for face detection
You need to do the following
- Open [FaceDetection.sln] with visual studio
- Add [dlibdotnet. DLL] and [dlibdotnet. Extensions. DLL] under the [dilb.Net.DLL] directory to the project reference
- Set project platform to x64
- Build the project, and you may get some error prompts
- Copy all DLL files in the [Dilb.Net.DLL] directory to the generated directory (. The directory where the EXE file is located)
- Copy [face_data] folder to the generated directory (. The directory where the EXE file is located)
- Rebuild the project.