Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.21 KB

Computer Vision

Global Azure Bootcamp 2019

Sample solutions presented on Global Azure Bootcamp 2019. Event:

Examples

Azure based Computer Vision

.NET solution which uses Azure Cognitive Service to detect objects in web-camera feed.

Azure based Computer Vision

Read more...

OpenCV based Computer Vision

.NET solution based on OpenCV library and haarcascade_profileface.xml model which detect profile faces in camera feed.

Azure based Computer Vision

Read more...

OpenVINO based Computer Vision (C++)

Application based on OpenVINO to detect objects, faces and recognize age, gender and emotions.

OpenVINO based Computer Vision (C++)

Read more...

OpenVINO based Computer Vision (Python) and Azure IoT Hub

Python app which detects faces with OpenVINO and send data to Azure IoT Hub.

OpenVINO based Computer Vision

Read more...