Skip to content

Latest commit

 

History

History

opencv-csharp

OpenCV based Computer Vision

Face detection with OpenCV

Prerequisites

Nuget packages

The solution uses the following nuget packages:

Run the sample

Clone the repository:

git clone https://github.com/vzhukov/azure-bootcamp-2019.git

Open solution opencv-csharp\OpenCVLiveVideoStreamAnalysis.sln in Visual Studio.

Restore nuget-packages:

Restore nuget packages

Start the application to detect faces:

OpenCV face detection