Skip to content

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

Notifications You must be signed in to change notification settings

RainkLH/Face_Detection_AForge-DlibDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages