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#.
- Clone this repository using git clone.
- Open the project in Visual Studio 2022.
- Build the project.
- Run the project.
- Select the video file.
- Click on the Detect Face button.
- It will detect the face from the video.
- Visual Studio 2022
- EmguCV
- .Net 8.0
- Open Visual Studio 2022.
- Create a new project.
- Right click on the project.
- Click on Manage NuGet Packages.
- Search for EmguCV.
- Install EmguCV.
- Emgu.CV
- Emgu.CV.runtime.windows
- Emgu.CV.Wpf
