From d32d9f0fbb0abd5829a347bcdb2ad748de96050e Mon Sep 17 00:00:00 2001 From: Osman Mazinov Date: Sun, 1 Sep 2024 23:02:37 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b150a7..95979cf 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![.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* From bab0835d0282a7d8ea8871d5b90e3416d88c0687 Mon Sep 17 00:00:00 2001 From: Osman Mazinov Date: Sun, 1 Sep 2024 23:03:17 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95979cf..c1aff84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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)