https://github.com/ebolblga/face-detection-opencv
Face detection using OpenCV wrapper on C# Windows Forms App (.NET 6.0 Framework)
https://github.com/ebolblga/face-detection-opencv
emgucv opencv winforms
Last synced: 7 months ago
JSON representation
Face detection using OpenCV wrapper on C# Windows Forms App (.NET 6.0 Framework)
- Host: GitHub
- URL: https://github.com/ebolblga/face-detection-opencv
- Owner: ebolblga
- License: mit
- Created: 2022-09-27T21:52:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:22:27.000Z (about 3 years ago)
- Last Synced: 2025-02-01T02:18:39.899Z (8 months ago)
- Topics: emgucv, opencv, winforms
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Face-Detection-OpenCV
## Face detection using OpenCV wrapper on C# Windows Forms App (.NET 6.0 Framework) on images or through webcam

https://user-images.githubusercontent.com/82185066/194144091-07edbf59-3372-4e7c-86dd-e8e340bbcb42.mp4
## Dependencies
AForge.Video v2.2.5 by AForge.NET
AForge.Video.DirectShow v2.2.5 by AForge.NET
Emgu.CV v4.5.5.4823 by Emgu Corporation
Emgu.CV.Bitmap v4.5.5.4823 by Emgu Corporation
Emgu.CV.runtime.windows v4.5.5.4823 by Emgu Corporation## License
This program is licensed under the MIT License. Please read the License file to know about the usage terms and conditions.