Azure Cloud Platform

Face API

Face API provides most advanced face detection algorithm. Recognition of face and face detection with attributes is its main feature.


Face Detection

Up to 64 human faces are detected by face API with advanced precision face location in an image. Along with each detected face, face rectangle which indicates face location in the image returned. Attributes such as gender, pose, age etc. are extracted by face detection.


Recognizing Face

It is used in image content analysis, natural user interface, security, mobile apps, robotics etc. Functions of face recognition are verifying face, person identification, finding similar face and grouping of faces.


Verification of Face

Face verification is done by referring current face to the face objects stored in the database.


Similar Face Detection

You give a target and similar face are detected by the algorithm. It supports two working modes which are, match Face and match the person. Similar faces are returned by match person mode while match Face top similar faces.


Grouping of Faces

It simply groups similar looking people.


Identification of Face

A person is identified on basis of detected face which is compared to faces in the database. Databases should be established in advance and over time it should be edited.



Next

Must Read Article

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine

How to install WordPress on ec2 machine

Before you start installing WordPress on ec2 machine. You must log in into the machine.