Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SibeeshVenu/AzureCognitiveServicesFaceAPI

Repository files navigation

AzureCognitiveServicesFaceAPI

We are going to follow the preceding steps to create the Face API application

  1. Create the Face API in portal, and get the key, end point URI if you select location as Southeast Asia
  2. Create a WPF application
  3. Drag Image, Button controls from the Toolbox, and apply the needed settings.
  4. Write the code for loading the image to our image control
  5. Write the code for detecting the faces count
  6. Write the code for drawing the rectangles in faces

#3 Drag Image, Button controls from the Toolbox, and apply the needed settings

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:AzureCognitiveServiceFaceAPI"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="430">


Releases

No releases published

Packages

Contributors

Languages