Skip to content

Abbossbek/VideoDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple project to detect face from video using EmguCV in C#.
EmguCV is a cross platform .Net wrapper to the OpenCV image processing library.
You can use this project to detect face from video.
This project is created in C#.

Steps to use this project:

  1. Clone this repository using git clone.
  2. Open the project in Visual Studio 2022.
  3. Build the project.
  4. Run the project.
  5. Select the video file.
  6. Click on the Detect Face button.
  7. It will detect the face from the video.

Sample Output:

FaceDetectFromVideo

Prerequisites:

  1. Visual Studio 2022
  2. EmguCV
  3. .Net 8.0

EmguCV Installation:

  1. Open Visual Studio 2022.
  2. Create a new project.
  3. Right click on the project.
  4. Click on Manage NuGet Packages.
  5. Search for EmguCV.
  6. Install EmguCV.

NuGet Packages Used:

  1. Emgu.CV
  2. Emgu.CV.runtime.windows
  3. Emgu.CV.Wpf

About

This is a simple project to detect face from video using EmguCV in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages