Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:22:27.000Z (over 2 years ago)
- Last Synced: 2024-12-05T01:18:49.779Z (2 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
![image](https://user-images.githubusercontent.com/82185066/194144166-51afb96c-ab67-416f-afa2-23458d27c730.png)![image](https://user-images.githubusercontent.com/82185066/194144420-ecf51cf5-b0ed-41be-af8f-39e3ee71a633.png)
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.