RainkLH / Face_Detection_AForge-DlibDotNet

Obtain the camera image with aforge.net and detect the face with dlibdotnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Obtain the camera image with aforge.net and detect the face with dlibdotnet


Languages

Language:C# 100.0%