Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #21

Merged
merged 2 commits into from
Sep 1, 2024
Merged

Dev #21

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Simple WPF MVVM Desktop application for facial detection in real time from web camera via Emgu
## This application use Emgu CV 3.2 framework from https://www.emgu.com/wiki/index.php/Main_Page
## This application use Emgu CV 4.1.1 framework from https://www.emgu.com/wiki/index.php/Main_Page

[![.NET Desktop](https://github.com/Ledrunning/FacialDetection/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/Ledrunning/FacialDetection/actions/workflows/dotnet-desktop.yml)

Emgu CV 3.2 version documentation available by current link: https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-3.2.0
Emgu CV 4.1.1 version documentation available by current link: https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.1.1

Emgu CV 3.2 version download link https://sourceforge.net/projects/emgucv/
Emgu CV 4.1.1 version download link https://sourceforge.net/projects/emgucv/files/emgucv/4.1.1/

To run app you should download Emgu CV from link above, install it, find and put these libraries into the bin folder (Debug or Release)
I used EMGU CV x64 version, so I put these libraries along this path *\bin\Debug\x64*
Expand Down
Loading