An open API service indexing awesome lists of open source software.

https://github.com/easonlai/azure-face-service-landmarks-git

Face Landmarks Analysis with Azure Face Service and OpenCV
https://github.com/easonlai/azure-face-service-landmarks-git

azure cognitive-services face facelandmarkdetect microsoftazure opencv python python3

Last synced: 3 months ago
JSON representation

Face Landmarks Analysis with Azure Face Service and OpenCV

Awesome Lists containing this project

README

          

# Face Landmarks Analysis with Azure Face Service and OpenCV

Sample code repository to use [OpenCV](https://docs.opencv.org/3.4/da/d60/tutorial_face_main.html) and [Azure Face Service](https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview) to extract [face landmarks](https://docs.microsoft.com/en-us/azure/cognitive-services/face/concepts/face-detection) and then perform real-time analysis via camera.

Please also refer to my story on [Medium (Face Landmarks Analysis with Azure Face Service and OpenCV)](https://easonlai888.medium.com/face-landmarks-analysis-with-azure-face-service-and-opencv-fb898ab58929).